public int XCircle {get; set;}
'Declaration
Public Property XCircle As Integer
'Usage
Dim instance As PerlinCommand
Dim value As Integer
instance.XCircle = value
value = instance.XCircle
public int XCircle {get; set;}
get_XCircle();
set_XCircle(value);
Object.defineProperty('XCircle');
public:
property int XCircle {
int get();
void set ( int value);
}
Property 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.