MindFusion.Wpf Pack Programmer's Guide
NodeHandleType Enumeration
See Also
 





Identifies the types of selection handles of a node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public enum NodeHandleType

Visual Basic  Copy Code

Public Enum NodeHandleType

 Members

  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.

 See Also

MindFusion.Diagramming.Wpf Namespace