Search
NodeAdjustmentHandle.HandleType Property
See Also
 





Gets or sets the type of this adjustment handle.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeHandleType HandleType { get; set; }

Visual Basic  Copy Code

Public Property HandleType As NodeHandleType

 Property Value

A member of the NodeHandleType enumeration specifying the type of this handle.

 See Also