CanRotate Property (XShape)
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 XShape
Dim value As Boolean
instance.CanRotate = value
value = instance.CanRotate
public virtual bool CanRotate {get; set;}
See Also