Gets whether this adjustment handle changes item's rotation angle.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual bool IsRotationHandle () |
Visual Basic
Copy Code
|
|---|
Public Overridable Function IsRotationHandle () As Boolean |
true if this handle rotates the item, or false otherwise.
See Also