Class
TreeNodeStyle

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TreeNodeStyle : INotifyPropertyChanged

Inheritance: objectTreeNodeStyle

Implements: INotifyPropertyChanged

Constructors

TreeNodeStyle()

Declaration

cs-api-definition
public TreeNodeStyle()

Properties

BackColor

Gets or sets the color of the back.

Declaration

cs-api-definition
public Color BackColor { get; set; }

Property Value

Color

The color of the back.

BackColor2

Gets or sets the back color2.

Declaration

cs-api-definition
public Color BackColor2 { get; set; }

Property Value

Color

The back color2.

BackColor3

Gets or sets the back color3.

Declaration

cs-api-definition
public Color BackColor3 { get; set; }

Property Value

Color

The back color3.

BackColor4

Gets or sets the back color4.

Declaration

cs-api-definition
public Color BackColor4 { get; set; }

Property Value

Color

The back color4.

BorderColor

Gets or sets the color of the border.

Declaration

cs-api-definition
public Color BorderColor { get; set; }

Property Value

Color

The color of the border.

Font

Gets or sets the font.

Declaration

cs-api-definition
public Font Font { get; set; }

Property Value

Font

The font.

ForeColor

Gets or sets the color of the fore.

Declaration

cs-api-definition
public Color ForeColor { get; set; }

Property Value

Color

The color of the fore.

GradientAngle

Gets or sets the gradient angle.

Declaration

cs-api-definition
public float GradientAngle { get; set; }

Property Value

float

The gradient angle.

GradientPercentage

Gets or sets the gradient percentage.

Declaration

cs-api-definition
public float GradientPercentage { get; set; }

Property Value

float

The gradient percentage.

GradientPercentage2

Gets or sets the gradient percentage2.

Declaration

cs-api-definition
public float GradientPercentage2 { get; set; }

Property Value

float

The gradient percentage2.

GradientStyle

Gets or sets the gradient style.

Declaration

cs-api-definition
public GradientStyles GradientStyle { get; set; }

Property Value

GradientStyles

The gradient style.

NumberOfColors

Gets or sets the number of colors.

Declaration

cs-api-definition
public int NumberOfColors { get; set; }

Property Value

int

The number of colors.

TextAlignment

Gets or sets the text alignment.

Declaration

cs-api-definition
public ContentAlignment TextAlignment { get; set; }

Property Value

ContentAlignment

The text alignment.

Methods

OnNotifyPropertyChanged(PropertyChangedEventArgs)

Declaration

cs-api-definition
protected virtual void OnNotifyPropertyChanged(PropertyChangedEventArgs args)

Parameters

args

PropertyChangedEventArgs

OnNotifyPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnNotifyPropertyChanged(string name)

Parameters

name

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged