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