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 | |
|---|---|---|
![]() |
|
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 DiagramItem. |
|
![]() |
Specifies size of new item created by drag-and-drop. |
See Also