Search
DraggedItem Members
Constructors Properties
 


Class used to hold the DiagramItem instance during drag and drop. It is used for easier detection of the dragged content as DragEventArgs.Data.GetData() does not check super classes.

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

 Public Constructors

  Name Description

DraggedItem

 

 Public Properties

  Name Description

AutoConnectDistance

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

AutoConnectLinks

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

Item

Holds the dragged DiagramItem.

Size

Specifies size of new item created by drag-and-drop.

 See Also