Search
DraggedItem Members
Constructors Properties
 


Class used to hold the DiagramNode 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

Overloaded. Initializes a new instance of the DraggedItem class.

 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 DiagramNode.

Label

The text to be displayed for the node.

Size

The size of the node.

 See Also