Search
SelectionEventArgs.AdjustmentHandle Property
See Also
 






Gets the adjustment handle being moved by the user.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AdjustmentHandle AdjustmentHandle { get; }

Visual Basic  Copy Code

Public ReadOnly Property AdjustmentHandle As AdjustmentHandle

 Property Value

An instance of the AdjustmentHandle class.

 See Also