RotationAngle Property (XShape)
In This Topic
Gets or sets the rotation angle of the object.
Syntax
'Declaration
Public Overridable Property RotationAngle As Single
'Usage
Dim instance As XShape
Dim value As Single
instance.RotationAngle = value
value = instance.RotationAngle
public virtual float RotationAngle {get; set;}
See Also