ShowRotation Property (Shape)
In This Topic
Gets a value indicating whether this
DrawingObject is show the rotate handler.
Syntax
'Declaration
Public Overrides ReadOnly Property ShowRotation As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.ShowRotation
public override bool ShowRotation {get;}
See Also