New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class TreeNodeStyle : INotifyPropertyChanged

Inheritance: objectTreeNodeStyle

Implements: INotifyPropertyChanged

Constructors

C#
public TreeNodeStyle()

Properties

Gets or sets the color of the back.

C#
public Color BackColor { get; set; }
Property Value:

The color of the back.

Gets or sets the back color2.

C#
public Color BackColor2 { get; set; }
Property Value:

The back color2.

Gets or sets the back color3.

C#
public Color BackColor3 { get; set; }
Property Value:

The back color3.

Gets or sets the back color4.

C#
public Color BackColor4 { get; set; }
Property Value:

The back color4.

Gets or sets the color of the border.

C#
public Color BorderColor { get; set; }
Property Value:

The color of the border.

Gets or sets the font.

C#
public Font Font { get; set; }
Property Value:

The font.

Gets or sets the color of the fore.

C#
public Color ForeColor { get; set; }
Property Value:

The color of the fore.

Gets or sets the gradient angle.

C#
public float GradientAngle { get; set; }
Property Value:

The gradient angle.

Gets or sets the gradient percentage.

C#
public float GradientPercentage { get; set; }
Property Value:

The gradient percentage.

Gets or sets the gradient percentage2.

C#
public float GradientPercentage2 { get; set; }
Property Value:

The gradient percentage2.

Gets or sets the gradient style.

C#
public GradientStyles GradientStyle { get; set; }
Property Value:

The gradient style.

Gets or sets the number of colors.

C#
public int NumberOfColors { get; set; }
Property Value:

The number of colors.

Gets or sets the text alignment.

C#
public ContentAlignment TextAlignment { get; set; }
Property Value:

The text alignment.

Methods

C#
protected virtual void OnNotifyPropertyChanged(PropertyChangedEventArgs args)
Parameters:argsPropertyChangedEventArgs
C#
protected virtual void OnNotifyPropertyChanged(string name)
Parameters:namestring

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged