DiagramLite Programmer's Guide
AdjustmentHandles Enumeration
See Also
 





Identifies the distinct selection handles of a node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public enum AdjustmentHandles

Visual Basic  Copy Code

Public Enum AdjustmentHandles

 Members

  Member name Description

All

All selection handles areenabled and canbe used to modify the node.

BottomHandles

The bottom-left, bottom-center and bottom-right handles are enabled.

CornerHandles

The four corner handles are enabled.

HeightHandles

All top and bottom handles are enabled.

LeftHandles

The top-left, middle-left and bottom-left handles are enabled.

MiddleHandles

The four middle handles are enabled.

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.

ResizeHandles

The eight resize handles are enabled.

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.

RightHandles

The top-right, bottom-right and middle-right handles are enabled.

Rotate

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

TopHandles

The top-left, top-center and top-right handles are enabled.

WidthHandles

All left and right handles are enabled.

 Remarks

Members of this enumeration can be assigned to the EnabledHandles property of nodes.

 See Also

MindFusion.Diagramming Namespace