[]
Represents diagram node.
public class Node : NodeBase, IStyleProvider, INotifyPropertyChanged
Public Class Node
Inherits NodeBase
Implements IStyleProvider, INotifyPropertyChanged
| Name | Description |
|---|---|
| Node() | Create an instance of Node class. |
| Name | Description |
|---|---|
| ContentImage | Gets or sets the content image. |
| Style | Gets the node style. |
| TitleImage | Gets or sets the title image. |
| TitleStyle | Gets the node title style. |
| Tooltip | Gets or sets the tooltip for the node. |
| Name | Description |
|---|---|
| GetStyle(string) | Gets the platform-independent element style. |
| SetStyle(_Style, string) | Sets the element style based on provided platform-independent style. |
| UpdateStyle(ChartStyle, ChartStyle, Action) | Update style. |