Visual Basic (Declaration) | |
---|---|
Public Property XCircle As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int XCircle {get; set;} |
XAML Attributes Usage | |
---|---|
<object XCircle =int > |
Dependencies Property Information | |
---|---|
Identifier field | XCircleProperty |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object XCircle =int > |
Dependencies Property Information | |
---|---|
Identifier field | XCircleProperty |
Metadata properties set to true | None |
Return Value
Value that indicates the x coordinate, in pixels and in image coordinates, for the center point of the concentric circles. Possible values range from 0 to the width 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, Windows Server 2008 family