Identifies the distinct selection handles of a node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum AdjustmentHandles |
Visual Basic Copy Code |
---|
Public Enum AdjustmentHandles |
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. |
|
LeftHandles |
The top-left, middle-left and bottom-left 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. |
|
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. |