Class CustomStyleColorTable
Custom Color table for NavigationView.
Inheritance
System.Object
CustomStyleColorTable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Drawing.Color |
BackColor
BackColor of the NavigationView.
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DropDownArrow
Color of the dropdown arrow.
Declaration
public Color DropDownArrow { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverArrowBackColor
BackColor of the Arrow in active state.
Declaration
public Color HoverArrowBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverArrowColor
Color of the Arrow in active state.
Declaration
public Color HoverArrowColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ItemBackColor
BackColor of the selected item.
Declaration
public Color ItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ItemBorderColor
Border color of the selected item.
Declaration
public Color ItemBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedArrowBackColor
BackColor of the Arrow in Pressed state.
Declaration
public Color PressedArrowBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedArrowColor
Color of the Arrow in pressed state.
Declaration
public Color PressedArrowColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TextBackColor
BackColor of the TextBox.
Declaration
public Color TextBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TextBoxBorderColor
BorderColor of the TextBox.
Declaration
public Color TextBoxBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |