[]
        
(Showing Draft Content)

C1.Diagram.NodeBase

NodeBase Class

Represent node base class.

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

Constructors

Name Description
NodeBase()

Fields

Name Description
content

Content field.

title

Title field.

Properties

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.

Methods

Name Description
ToString()