Search
NodeAdjustmentHandle Constructor
See Also
 





Initializes a new instance of the NodeAdjustmentHandle class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeAdjustmentHandle (
    NodeHandleType handleType
)

Visual Basic  Copy Code

Public New ( _
    handleType As NodeHandleType _
)

 Parameters

handleType

A member of the NodeHandleType enumeration identifying the handle type.

 See Also