Name | Description | |
---|---|---|
Adds a new label to this link. |
||
DiagramItem.allowDrag override. |
||
DiagramItem.clone override. |
||
Creates a copy of this item. (Inherited from DiagramItem.) |
||
DiagramItem.containsPoint override. |
||
Overloaded. Determines whether this item contains the specified point. (Inherited from DiagramItem.) |
||
Overloaded. (Inherited from DiagramItem.) |
||
For internal use. (Inherited from DiagramItem.) |
||
Draws the item on the specified IGraphics surface. (Inherited from DiagramItem.) |
||
Renders the adjustment handles of this item. (Inherited from DiagramItem.) |
||
Draws the shadow of this item on the specified IGraphics surface. (Inherited from DiagramItem.) |
||
DiagramItem.endDrag override. |
||
DiagramItem.fromJson override. |
||
Gets the bounding rectangle of this item. (Inherited from DiagramItem.) |
||
Creates a System.Drawing.Brush object representing the currently effective brush of the item. (Inherited from DiagramItem.) |
||
Creates a System.Drawing.Pen object representing the currently effective pen of the item. (Inherited from DiagramItem.) |
||
Creates a System.Drawing.Brush object representing the currently effective shadow brush of the item. (Inherited from DiagramItem.) |
||
Creates a System.Drawing.Brush object representing the currently effective text brush of the item. (Inherited from DiagramItem.) |
||
Gets the length of the links |
||
Gets a polygon approximating the outline of this object. (Inherited from DiagramItem.) |
||
Gets the repaint region for this item, taking into account factors such as pen, selection handles and shadow. (Inherited from DiagramItem.) |
||
Gets the bounding rectangle of this item when it is rotated. (Inherited from DiagramItem.) |
||
Gets the tooltip that should be displayed for this item at the specified point. (Inherited from DiagramItem.) |
||
Returns the diagram item that contains the specified point. (Inherited from DiagramItem.) |
||
Determines whether a selection handle of this item is located at the specified point. (Inherited from DiagramItem.) |
||
Finds the Manipulator object located at the specified point. (Inherited from DiagramItem.) |
||
Checks whether the link contour intersects with the outline of the specified node. |
||
DiagramItem.LoadFromXml override. Loads the link's content from an XML element. |
||
Gets whether the user is prevented from manipulating this item. (Inherited from DiagramItem.) |
||
Gets a flag indicating whether this object is being currently modified interactively by the user. (Inherited from DiagramItem.) |
||
Called after successful deserialization. (Inherited from DiagramItem.) |
||
Returns a point lying on a polyline that is positioned at a relative position along the polyline's length. |
||
Places the link's end points on the outline of its origin and destination nodes. |
||
Returns the items that can be reached from this item by following the path specified in the given query expression. (Inherited from DiagramItem.) |
||
Removes the specified label from this link. |
||
For internal use. (Inherited from DiagramItem.) |
||
DiagramItem.restoreLocationState override. |
||
DiagramItem.restoreState override. |
||
Routes this link, regardless of whether the link's autoRoute property is enabled. |
||
For internal use. (Inherited from DiagramItem.) |
||
DiagramItem.saveLocationState override. |
||
DiagramItem.saveState override. |
||
Saves the item's content into an XML element. |
||
Sets the destination node of this link. |
||
DiagramItem.startDrag override. |
||
DiagramItem.toJson override. |
||
Updates the elements on the HTML Canvas. |
||
DiagramItem.updateDrag override. |
||
Updates the link's internal state after the link's control points have been changed. |
||
Moves the item to the bottom of the z-order. (Inherited from DiagramItem.) |
||
Moves the item one level down in the z-order. (Inherited from DiagramItem.) |
||
Moves the item one level up in the z-order. (Inherited from DiagramItem.) |
||
Moves the item to the top of the z-order. (Inherited from DiagramItem.) |
Name | Description | |
---|---|---|
Adds the specified manipulator to this object. (Inherited from DiagramItem.) |
||
Invoked during interactive creation of items to test whether the operation can be completed in the current context. (Inherited from DiagramItem.) |
||
Invoked during interactive modification of items to test whether the operation can be completed in the current context. (Inherited from DiagramItem.) |
||
Invoked when the interactive modification of this object has been canceled. (Inherited from DiagramItem.) |
||
Invoked when the item creation has been completed. (Inherited from DiagramItem.) |
||
Invoked when the item modification has been completed. (Inherited from DiagramItem.) |
||
Creates an item property set corresponding to the type of this diagram item. (Inherited from DiagramItem.) |
||
Creates an item state corresponding to the type of this diagram item. (Inherited from DiagramItem.) |
||
Overloaded. Draws the associated manipulators on a specified graphics. (Inherited from DiagramItem.) |
||
DiagramItem finalizer. (Inherited from DiagramItem.) |
||
Called when the item is completely disassociated from a Diagram, that is, when it is no longer referenced from an item collection or the undo/redo history. (Inherited from DiagramItem.) |
||
Gets the effective value of the style property with the specified name. (Inherited from DiagramItem.) |
||
Deserializes the item from the specified reader. (Inherited from DiagramItem.) |
||
Loads the item from a JSON object. (Inherited from DiagramItem.) |
||
Loads the item content from an XML element. (Inherited from DiagramItem.) |
||
For internal use. (Inherited from DiagramItem.) |
||
Called when the item is added to a Diagram, either by the user, programmatically or via undo / redo. (Inherited from DiagramItem.) |
||
Called when a group child node has been modified. (Inherited from DiagramItem.) |
||
Invoked when the user clicks this item. (Inherited from DiagramItem.) |
||
Invoked when the user double-clicks this item. (Inherited from DiagramItem.) |
||
Called when the diagram's MeasureUnit changes. (Inherited from DiagramItem.) |
||
Called when an item is removed from a Diagram, either by the user, programmatically or via undo / redo. (Inherited from DiagramItem.) |
||
Invoked when the associated style or theme have changed. (Inherited from DiagramItem.) |
||
Called when the value of the Text property changes. (Inherited from DiagramItem.) |
||
Called when the value of the TextFormat property changes. (Inherited from DiagramItem.) |
||
Called when the diagram's ZoomFactor changes. (Inherited from DiagramItem.) |
||
Removes the specified manipulator from the object. (Inherited from DiagramItem.) |
||
Overloaded. (Inherited from DiagramItem.) |
||
Restores the properties of this diagram item. (Inherited from DiagramItem.) |
||
Restores the state of this diagram item. (Inherited from DiagramItem.) |
||
Saves the properties of this diagram item. (Inherited from DiagramItem.) |
||
Saves the state of this diagram item. (Inherited from DiagramItem.) |
||
Serializes the item to the specified writer. (Inherited from DiagramItem.) |
||
Saves the item as a JSON object. (Inherited from DiagramItem.) |
||
Saves the item content into an XML element. (Inherited from DiagramItem.) |
||
Marks the diagram as changed. (Inherited from DiagramItem.) |
||
Sets whether the item is in expanded or collapsed state. (Inherited from DiagramItem.) |
||
Called during deserialization, after all objects have been instantiated, in order to update the references between them. (Inherited from DiagramItem.) |
||
Determines whether the item should be rendered in the current context. (Inherited from DiagramItem.) |
||
Invoked once when the user starts creating a new item interactively. (Inherited from DiagramItem.) |
||
Invoked when the user starts modifying this item interactively. (Inherited from DiagramItem.) |
||
Invoked during interactive creation of this item. (Inherited from DiagramItem.) |
||
Called to update the positions of subordinate nodes attached to this item when the attachment style is set to ControlledByMaster. (Inherited from DiagramItem.) |
||
Invoked during interactive modification of this item. (Inherited from DiagramItem.) |