Initializes a new instance of the LinkAdjustmentHandle class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public LinkAdjustmentHandle ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
An integer value specifying the index of a link's control point that will be adjusted by this handle.
RemarksWhen the user moves this handle, the respective element in link's ControlPoints collection is set to the handle's position.
See Also