Represents a label displayed by a DiagramNode. New labels can be added to a node by calling the DiagramNode.AddLabel method.
The following tables list the members exposed by the NodeLabel type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
Gets or sets the brush used to draw the label's background. (Inherited from ItemLabel.) |
||
Gets or sets a value indicating whether the label's text can be wrapped. (Inherited from ItemLabel.) |
||
Gets or sets the label's font. (Inherited from ItemLabel.) |
||
Gets or sets the label's horizontal alignment. (Inherited from ItemLabel.) |
||
Gets or sets the label's horizontal offset. (Inherited from ItemLabel.) |
||
Gets or sets the index of the edge or corner point this label is relative to. (Inherited from ItemLabel.) |
||
Gets or sets the DiagramItem that displays this label. (Inherited from ItemLabel.) |
||
Gets or sets the label's margin. (Inherited from ItemLabel.) |
||
Gets or sets the maximum width of the label. (Inherited from ItemLabel.) |
||
Gets or sets the DiagramNode that displays this label. |
||
Gets or sets the label's relative positioning. |
||
Gets or sets the label's text. (Inherited from ItemLabel.) |
||
Gets or sets the brush used to draw the label's text. (Inherited from ItemLabel.) |
||
Gets or sets the label's vertical alignment. (Inherited from ItemLabel.) |
||
Gets or sets the label's vertical offset. (Inherited from ItemLabel.) |
Name | Description | |
---|---|---|
Called when drag operation is canceled. (Inherited from ItemLabel.) |
||
Creates a clone of this label. |
||
Draws the label on the specified IGraphics surface. (Inherited from ItemLabel.) |
||
InplaceEditable.GetEditRect implementation. (Inherited from ItemLabel.) |
||
InplaceEditable.GetTextToEdit implementation. (Inherited from ItemLabel.) |
||
Loads the label from the specified XML element. |
||
Called when the left mouse button is pressed while the pointer is over this label. (Inherited from ItemLabel.) |
||
Called when the mouse is moved while this label tracks the mouse events. (Inherited from ItemLabel.) |
||
Called when the left mouse button is released while this label tracks the mouse events. (Inherited from ItemLabel.) |
||
Saves the label into the specified XML element. |
||
Positions this label relatively to the node center. |
||
Positions this label relatively to the specified corner point. |
||
Positions this label relatively to the specified node edge. |
||
InplaceEditable.SetEditedText implementation. (Inherited from ItemLabel.) |
||
Called while drag operation is in progress. (Inherited from ItemLabel.) |
Name | Description | |
---|---|---|
Loads the label from a JsonObject. |
||
Saves the label into a JsonObject. |