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 | |
|---|---|---|
![]() |
Overloaded. Initializes a new instance of the DraggedItem class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the maximum distance within which a link will attempt to auto-connect to a nearby node. |
|
![]() |
Gets or sets a value indicating whether links should be automatically connected to nearby nodes when dropped. |
|
![]() |
Holds the dragged DiagramNode. |
|
![]() |
The text to be displayed for the node. |
|
![]() |
The size of the node. |
See Also