Search
DraggedItem Constructor
See Also
 





Initializes a new instance of the DraggedItem class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DraggedItem (
    DiagramItem item,
    Size size,
    string label = ""
)

Visual Basic  Copy Code

Public New ( _
    item As DiagramItem, _
    size As Size, _
    Optional label As String = "" _
)

 Parameters

item

The dragged DiagramItem.

size

The size of the item.

label
Optional.

The label to be displayed for the item.

 See Also