WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeNavigator.NavigationHeader

    Show / Hide Table of Contents

    Class TreeNavigator.NavigationHeader

    off state properties class

    Inheritance
    System.Object
    TreeNavigator.NavigationHeader
    TreeNavigator.HeaderCollection
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class NavigationHeader

    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 Description
    System.Drawing.Font

    HeaderBackColor

    Gets/sets the HeaderBackColor

    Declaration
    public Color HeaderBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HeaderForeColor

    Gets/sets the header fore color

    Declaration
    public Color HeaderForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HeaderText

    Gets/sets the Header text

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Gets the height of the Header

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    TextBounds

    Gets/sets the Text bounds for the HeaderText.

    Declaration
    public Rectangle TextBounds { get; set; }
    Property Value
    Type Description
    System.Drawing.Rectangle
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved