Search
DraggedLink Constructor
See Also
 





Initializes a new instance of the DraggedLink class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DraggedLink (
    DiagramLink link,
    Size size,
    string label
)

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink, _
    size As Size, _
    label As String _
)

 Parameters

link

The dragged DiagramLink.

size

The size of the link.

label

The text to be displayed for the link.

 See Also