Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
YCircle Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > PerlinCommandBitmapEffect Class : YCircle Property





Gets or sets the value that indicates the y coordinate, in pixels and in image coordinates, for the center point of the concentric circles.

Syntax

Visual Basic (Declaration) 
Public Property YCircle As Integer
Visual Basic (Usage)Copy Code
Dim instance As PerlinCommandBitmapEffect
Dim value As Integer
 
instance.YCircle = value
 
value = instance.YCircle
C# 
public int YCircle {get; set;}
C++/CLI 
public:
property int YCircle {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object YCircle =int >

Dependencies Property Information 

Identifier field

YCircleProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object YCircle =int >

Dependencies Property Information 

Identifier field

YCircleProperty

Metadata properties set to true

None

Return Value

Value that indicates the y coordinate, in pixels and in image coordinates, for the center point of the concentric circles. Possible values range from 0 to the height of the image. This parameter is only used if the PF_Circle flag is set.

Example

For XAML example, refer to PerlinCommandBitmapEffect.

For C#/VB examples, refer to PerlinCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also