Counterclockwise Property
Gets or sets whether the direction of the rotation is counterclockwise.
public bool Counterclockwise {get; set;}
'Declaration
Public Property Counterclockwise As Boolean
'Usage
Dim instance As RotationAngle
Dim value As Boolean
instance.Counterclockwise = value
value = instance.Counterclockwise
Property Value
A
bool that indicates whether this is the counterclockwise direction.