|
Name | Description | |
---|---|---|
![]() |
Derived classes must implement this method by adding their graphics primitives to the canvas.elements collection. |
|
![]() |
Invoked when the item's selection handles should be added to the diagram's Canvas object. |
|
![]() |
Invoked to validate the drag operation. |
|
![]() |
Invoked when the interactive modification of this object has been canceled. |
|
![]() |
Determines whether this item contains the specified point. |
|
![]() |
Gets the object that specifies how to paint the interior of the DiagramItem. |
|
![]() |
Gets the font used to render this item's text. |
|
![]() |
Gets a value indicating whether the position of this item should not be changed by automatic layout methods. |
|
![]() |
Gets a value indicating whether users are allowed to modify this item. |
|
![]() |
Gets the parent diagram. |
|
![]() |
Gets an object used to paint the frame of the item. |
|
![]() |
Gets a value indicating whether a DiagramItem is selected. |
|
![]() |
Gets the tag of the item. |
|
![]() |
Gets the string containing the DiagramItem's text. |
|
![]() |
Gets a string specifying the color of the text of this item. |
|
![]() |
Gets a value indicating whether this item is visible. |
|
![]() |
Gets the z-order position of the object. |
|
![]() |
Called when an item is removed from a Diagram, either by the user, programmatically or via undo / redo. |
|
![]() |
Derived classes must implement this method by removing their graphics primitives from the canvas.elements collection. |
|
![]() |
Invoked when the item's selection handles should be removed. |
|
![]() |
Saves the state of this DiagramItem. |
|
![]() |
Sets an object that specifies how to paint the interior of the DiagramItem. |
|
![]() |
Sets the font used to render this item's text. |
|
![]() |
Sets a value indicating whether the position of this item should not be changed by automatic layout methods. |
|
![]() |
Sets a value indicating whether users are allowed to modify this item. |
|
![]() |
Sets an object used to paint the frame of the item. |
|
![]() |
Sets a value indicating whether a DiagramItem is selected. |
|
![]() |
Lets you set any object as a tag for this item. |
|
![]() |
Sets a string containing the DiagramItem's text. |
|
![]() |
Sets a string specifying the color of the text of this item. |
|
![]() |
Sets a value indicating whether this item is visible. |
|
![]() |
Sets the z-order position of the object. |
|
![]() |
Invoked when the user starts dragging this item. |
|
![]() |
Derived classes must implement this method to update the item's visual elements. |
|
![]() |
Invoked while the user drags this item. |