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


In This Topic
CanRotate Property (RoundedRectangleShape)
In This Topic
Gets or sets whether the user is allowed to rotate the object.
Syntax
'Declaration
 
Public Overridable Property CanRotate As Boolean
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As Boolean
 
instance.CanRotate = value
 
value = instance.CanRotate
See Also