Visual Basic (Declaration) | |
---|---|
Public Property YCircle As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int YCircle {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_YCircle(); public: __property void set_YCircle( int value ); |
XAML Attributes Usage | |
---|---|
<object YCircle =int > |
Dependency 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.For XAML example, refer to PerlinCommandBitmapEffect.
For C#/VB examples, refer to PerlinCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003