Search
NodeAdjustmentHandle.Handles Property
See Also
 






Gets the type of this adjustment handle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual AdjustmentHandles Handles { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property Handles As AdjustmentHandles

 Property Value

A member of the AdjustmentHandles enumeration.

 See Also