ClassTreeNodeStyle
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class TreeNodeStyle : INotifyPropertyChanged
Inheritance: objectTreeNodeStyle
Implements:
Constructors
TreeNodeStyle()
Declaration
public TreeNodeStyle()
Properties
BackColor
Gets or sets the color of the back.
Declaration
public Color BackColor { get; set; }
Property Value
The color of the back.
BackColor2
Gets or sets the back color2.
Declaration
public Color BackColor2 { get; set; }
Property Value
The back color2.
BackColor3
Gets or sets the back color3.
Declaration
public Color BackColor3 { get; set; }
Property Value
The back color3.
BackColor4
Gets or sets the back color4.
Declaration
public Color BackColor4 { get; set; }
Property Value
The back color4.
BorderColor
Gets or sets the color of the border.
Declaration
public Color BorderColor { get; set; }
Property Value
The color of the border.
Font
Gets or sets the font.
ForeColor
Gets or sets the color of the fore.
Declaration
public Color ForeColor { get; set; }
Property Value
The color of the fore.
GradientAngle
Gets or sets the gradient angle.
Declaration
public float GradientAngle { get; set; }
Property Value
The gradient angle.
GradientPercentage
Gets or sets the gradient percentage.
Declaration
public float GradientPercentage { get; set; }
Property Value
The gradient percentage.
GradientPercentage2
Gets or sets the gradient percentage2.
Declaration
public float GradientPercentage2 { get; set; }
Property Value
The gradient percentage2.
GradientStyle
Gets or sets the gradient style.
Declaration
public GradientStyles GradientStyle { get; set; }
Property Value
The gradient style.
NumberOfColors
Gets or sets the number of colors.
Declaration
public int NumberOfColors { get; set; }
Property Value
The number of colors.
TextAlignment
Gets or sets the text alignment.
Declaration
public ContentAlignment TextAlignment { get; set; }
Property Value
The text alignment.
Methods
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Declaration
protected virtual void OnNotifyPropertyChanged(PropertyChangedEventArgs args)
Parameters
args
OnNotifyPropertyChanged(string)
Declaration
protected virtual void OnNotifyPropertyChanged(string name)
Parameters
name
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements