Search
AdjustmentHandles Enumeration
See Also
 





Identifies the distinct selection handles of a node.

Namespace: MindFusion.Diagramming
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
AdjustmentHandles = {}

 Members

  Member name Description

All

All selection handles are enabled and can be used to modify the node.

Move

The center selection handle is enabled and can be used to move the node.

None

Specifies that none of the selection handles can be used to modify the node.

ResizeBottomCenter

The bottom-center handle is enabled and can be used to resize the node vertically.

ResizeBottomLeft

The bottom-left handle is enabled and can be used to resize the node.

ResizeBottomRight

The bottom-right handle is enabled and can be used to resize the node.

ResizeMiddleLeft

The middle-left handle is enabled and can be used to resize the node horizontally.

ResizeMiddleRight

The middle-right handle is enabled and can be used to resize the node horizontally.

ResizeTopCenter

The top-center handle is enabled and can be used to resize the node vertically.

ResizeTopLeft

The top-left handle is enabled and can be used to resize the node.

ResizeTopRight

The top-right handle is enabled and can be used to resize the node.

Rotate

The rotation handle is enabled and can be used to rotate the node.

 Remarks

A combination of AdjustmentHandles elements can be assigned to the enabledHandles property of nodes.

 See Also