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 | |
|---|---|---|
![]() |
Overloaded. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Gets the maximum distance within which a link will attempt to auto-connect to a nearby node. |
|
![]() |
Gets a value indicating whether links should be automatically connected to nearby nodes when dropped. |
|
![]() |
Gets the item that holds the dragged DiagramItem. |
|
![]() |
Gets the text displayed for the item. |
|
![]() |
Gets the node that holds the dragged DiagramNode. |
|
![]() |
Get the size of the item. |
|
![]() |
Sets the maximum distance within which a link will attempt to auto-connect to a nearby node. |
|
![]() |
Sets a value indicating whether links should be automatically connected to nearby nodes when dropped. |
|
![]() |
Sets the item that holds the dragged DiagramItem. |
|
![]() |
Sets the text displayed for the item. |
|
![]() |
Sets the node that holds the dragged DiagramNode. |
|
![]() |
Set the size of the item. |
See Also