[]
Represent node base class.
public class NodeBase : DiagramElement, IStyleProvider, INotifyPropertyChanged
Public Class NodeBase
Inherits DiagramElement
Implements IStyleProvider, INotifyPropertyChanged
| Name | Description |
|---|---|
| NodeBase() |
| Name | Description |
|---|---|
| content | Content field. |
| title | Title field. |
| Name | Description |
|---|---|
| Appearance | Gets or sets the node appearance. |
| Content | Gets or sets the node content. |
| ContentAlignment | Gets or sets the node content alignment. |
| ContentDirection | Gets or sets the node content layout direction. |
| ContentImageAlignment | Gets or sets the node content image alignment. |
| ContentImageSize | Gets or sets the node content image size. |
| ContentOrder | Gets or sets the node content order. |
| LegendItem | Gets or sets the legend item which corresponds to the node. |
| Shape | Gets or sets the node shape. |
| Text | Gets or sets the node text. |
| Title | Gets or sets the node title text. |
| TitleAlignment | Gets or sets the node title text alignment. |
| TitleDirection | Gets or sets the node title layout direction. |
| TitleImageAlignment | Gets or sets the node image alignment. |
| TitleImageSize | Gets or sets the node image size. |
| TitleOrder | Gets or sets the node title order. |
| Name | Description |
|---|---|
| ToString() |