Represents a set of items selected in the Diagram document.
The following tables list the members exposed by the Selection type.
Name | Description | |
---|---|---|
Initializes a new instance of the Selection class. |
Name | Description | |
---|---|---|
A value indicating whether more than one items can be selected simultaneously. |
||
A list of DiagramItem objects. |
||
A list of DiagramLink objects. |
||
A list of DiagramNode objects. |
Name | Description | |
---|---|---|
Adds an item to the Selection. |
||
DiagramItem.allowDrag override. |
||
Removes all items from the selection. |
||
DiagramItem.endDrag override. |
||
DiagramItem.onRemove override. |
||
Removes an item from the Diagram. |
||
DiagramItem.saveLocationState override. |
||
DiagramItem.startDrag override. |
||
DiagramItem.updateDrag override. |