Identifies the types of selection handles of a node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public enum NodeHandleType |
Visual Basic
![]() |
---|
Public Enum NodeHandleType |
Member name | Description | |
---|---|---|
![]() |
Move |
A central selection handle that can be used to move the node. |
![]() |
ResizeBottomCenter |
A bottom-center handle that can be used to resize the node vertically. |
![]() |
ResizeBottomLeft |
A bottom-left handle that can be used to resize the node. |
![]() |
ResizeBottomRight |
A bottom-right handle that can be used to resize the node. |
![]() |
ResizeMiddleLeft |
A middle-left handle that can be used to resize the node horizontally. |
![]() |
ResizeMiddleRight |
A middle-right handle that can be used to resize the node horizontally. |
![]() |
ResizeTopCenter |
A top-center handle that can be used to resize the node vertically. |
![]() |
ResizeTopLeft |
A top-left handle that can be used to resize the node. |
![]() |
ResizeTopRight |
A top-right handle that can be used to resize the node. |
![]() |
Rotate |
A rotation handle that can be used to rotate the node. |
MindFusion.Diagramming Developer's Guide | © 2025 MindFusion |