Search
LinkAdjustmentHandle Constructor
See Also
 






Initializes a new instance of the LinkAdjustmentHandle class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkAdjustmentHandle (
    int index
)

Visual Basic  Copy Code

Public New ( _
    index As Integer _
)

 Parameters

index

An integer value specifying the index of a link's control point that will be adjusted by this handle.

 Remarks

When the user moves this handle, the respective element in link's ControlPoints collection is set to the handle's position.

 See Also