Search
DraggedItem Members
Constructors Methods
 


Class used to hold a DiagramItem reference during drag and drop.

The following tables list the members exposed by the DraggedItem type.

 Public Constructors

  Name Description

DraggedItem

Overloaded.  

 Public Methods

  Name Description

getAutoConnectDistance

Gets the maximum distance within which a link will attempt to auto-connect to a nearby node.

getAutoConnectLinks

Gets a value indicating whether links should be automatically connected to nearby nodes when dropped.

getItem

Gets the item that holds the dragged DiagramItem.

getLabel

Gets the text displayed for the item.

getNode

Gets the node that holds the dragged DiagramNode.

getSize

Get the size of the item.

setAutoConnectDistance

Sets the maximum distance within which a link will attempt to auto-connect to a nearby node.

setAutoConnectLinks

Sets a value indicating whether links should be automatically connected to nearby nodes when dropped.

setItem

Sets the item that holds the dragged DiagramItem.

setLabel

Sets the text displayed for the item.

setNode

Sets the node that holds the dragged DiagramNode.

setSize

Set the size of the item.

 See Also