WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomStyleColorTable

    Show / Hide Table of Contents

    Class CustomStyleColorTable

    Custom Color table for NavigationView.

    Inheritance
    System.Object
    CustomStyleColorTable
    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 CustomStyleColorTable

    Constructors

    CustomStyleColorTable()

    Declaration
    public CustomStyleColorTable()

    Properties

    ArrowColor

    Color of the Arrow in defaut state.

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

    BackColor

    BackColor of the NavigationView.

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

    DropDownArrow

    Color of the dropdown arrow.

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

    HoverArrowBackColor

    BackColor of the Arrow in active state.

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

    HoverArrowColor

    Color of the Arrow in active state.

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

    ItemBackColor

    BackColor of the selected item.

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

    ItemBorderColor

    Border color of the selected item.

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

    PressedArrowBackColor

    BackColor of the Arrow in Pressed state.

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

    PressedArrowColor

    Color of the Arrow in pressed state.

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

    TextBackColor

    BackColor of the TextBox.

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

    TextBoxBorderColor

    BorderColor of the TextBox.

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