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


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