public int HoleSize {get; set;}
'Declaration
Public Property HoleSize As Integer
'Usage
Dim instance As DrawStarCommand
Dim value As Integer
instance.HoleSize = value
value = instance.HoleSize
public int HoleSize {get; set;}
get_HoleSize();
set_HoleSize(value);
Object.defineProperty('HoleSize');
public:
property int HoleSize {
int get();
void set ( int value);
}
Property Value
The hole size. This value is given as a percent of the whole star from which the rays start or in which they end. The valid range is from 0 to 100.