Description
Gets or sets the counter-clockwise rotation of the overlay, in radians. The overlay is rotated around the point specified by the
Rotation Point property.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RotationAngle() As Double
|
| [C#] |
|---|
public double RotationAngle {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_RotationAngle(); public: __property void set_RotationAngle( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RotationAngle( double * pRetVal ); public: HRESULT put_RotationAngle( double NewRotationAngle );
|
| [Java] |
|---|
public double getRotationAngle(); public void setRotationAngle( double );
|
See Also