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