Class TreeNavigator.NavigationHeader
off state properties class
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class NavigationHeader : Object
Constructors
NavigationHeader()
Constructor with zero arguements
Declaration
public NavigationHeader()
NavigationHeader(Color, Font, Color, Int32, String)
Parameterised constructor
Declaration
public NavigationHeader(Color descriptionheaderColor, Font descriptionfont, Color descriptionheaderbackcolor, int headersize, string headerText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Color | descriptionheaderColor | Gets the HeaderForeColor |
| System.Drawing.Font | descriptionfont | Gets the HeaderFont |
| System.Drawing.Color | descriptionheaderbackcolor | Gets the HeaderBackColor |
| System.Int32 | headersize | Gets the HeaderSize |
| System.String | headerText | Gets the Text that need to render on the Header Area |
Properties
Font
Gets/Sets the font for the header Font
Declaration
public Font Font { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Font |
HeaderBackColor
Gets/sets the HeaderBackColor
Declaration
public Color HeaderBackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
HeaderForeColor
Gets/sets the header fore color
Declaration
public Color HeaderForeColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
HeaderText
Gets/sets the Header text
Declaration
public string HeaderText { get; set; }
Property Value
| Type |
|---|
| System.String |
Height
Gets the height of the Header
Declaration
public int Height { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
TextBounds
Gets/sets the Text bounds for the HeaderText.
Declaration
public Rectangle TextBounds { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Rectangle |