public bool Clockwise {get; set;}
public: __property bool get_Clockwise(); public: __property void set_Clockwise( bool value );
public: property bool Clockwise { bool get(); void set ( bool value); }
'Declaration Public Property Clockwise As Boolean
'Usage Dim instance As ImGearVectorEntityArc Dim value As Boolean instance.Clockwise = value value = instance.Clockwise
ImGearVectorEntityArc Class ImGearVectorEntityArc Members