[]
        
(Showing Draft Content)

C1.Win.Diagram.Node

Node Class

Represents diagram node.

Inheritance
DiagramElement
NodeBase
Node
Implements
IStyleProvider
Namespace: C1.Win.Diagram
Assembly: C1.Win.Diagram.10.dll
Syntax
public class Node : NodeBase, IStyleProvider, INotifyPropertyChanged
Public Class Node
    Inherits NodeBase
    Implements IStyleProvider, INotifyPropertyChanged

Constructors

Name Description
Node()

Create an instance of Node class.

Properties

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.

Methods

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.