Search
NodeAdjustmentHandle.IsRotationHandle Method
See Also
 





Gets whether this adjustment handle changes item's rotation angle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool IsRotationHandle ()

Visual Basic  Copy Code

Public Overrides Function IsRotationHandle () As Boolean

 Return Value

true if this handle rotates the item, or false otherwise.

 See Also