Search
InteractionState.AdjustmentHandle Property
See Also
 






Gets or sets the index of the selection handle to be modified.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AdjustmentHandle AdjustmentHandle { get; set; }

Visual Basic  Copy Code

Public Property AdjustmentHandle As AdjustmentHandle

 Property Value

An AdjustmentHandle object representing the dragged handle.

 See Also