FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / RotationAngle Property


In This Topic
RotationAngle Property (RoundedRectangleShape)
In This Topic
Gets or sets the rotation angle of the object.
Syntax
'Declaration
 
Public Overridable Property RotationAngle As Single
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As Single
 
instance.RotationAngle = value
 
value = instance.RotationAngle
See Also