GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / CanRotate Property


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