Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / CanRotate Property


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