Specify whether the rotation is counter-clockwise.
Read-write property
[Visual Basic .NET] |
---|
Public Property CounterClockwiseRotation() As Boolean |
[C#] |
---|
public bool CounterClockwiseRotation {get; set;} |
[Managed C++] |
---|
public: __property bool get_CounterClockwiseRotation(); |
[Unmanaged C++] |
---|
public: HRESULT get_CounterClockwiseRotation( VARIANT_BOOL * pRetVal ); public: HRESULT put_CounterClockwiseRotation( VARIANT_BOOL CounterClockwiseRotation ); |
[Java] |
---|
public bool getCounterClockwiseRotation(); public void setCounterClockwiseRotation( bool ); |