public int Phase {get; set;}
'Declaration
Public Property Phase As Integer
'Usage
Dim instance As DrawStarCommand
Dim value As Integer
instance.Phase = value
value = instance.Phase
public int Phase {get; set;}
get_Phase();
set_Phase(value);
Object.defineProperty('Phase');
public:
property int Phase {
int get();
void set ( int value);
}
Property Value
Angle to shift the star's rays. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000. A positive value will rotate the rays clockwise, while a negative value will rotate the rays counter-clockwise.