CanRotate Property (IShape)
Gets or sets whether the user is allowed to rotate the shape.
bool CanRotate {get; set;}
'Declaration
Property CanRotate As Boolean
'Usage
Dim instance As IShape
Dim value As Boolean
instance.CanRotate = value
value = instance.CanRotate