Class MetroColorTable
Metro color table.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class MetroColorTable
Constructors
MetroColorTable()
Initializes a new instance of the MetroColorTable class.
Declaration
public MetroColorTable()
Properties
ArrowChecked
Gets or sets the checked state arrow color.
Declaration
public Color ArrowChecked { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ArrowCheckedBorderColor
Gets or sets the Arrow Checked Border color
Declaration
public Color ArrowCheckedBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ArrowInActive
Gets or sets the inactive state arrow color.
Declaration
public Color ArrowInActive { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ArrowNormal
Gets or sets the normal state arrow color.
Declaration
public Color ArrowNormal { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ArrowNormalBackGround
Gets or sets the normal state Arrow Background Color.
Declaration
public Color ArrowNormalBackGround { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ArrowNormalBorderColor
Gets or sets the Arrow Normal Border color
Declaration
public Color ArrowNormalBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ArrowPushed
Gets or sets the pushed state arrow color.
Declaration
public Color ArrowPushed { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ArrowPushedBackGround
Gets or sets the pushed state Arrow Pushed Background color.
Declaration
public Color ArrowPushedBackGround { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ArrowPushedBorderColor
Gets or sets the Arrow Pushed Border color
Declaration
public Color ArrowPushedBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ScrollerBackground
Gets or sets the scroll bar background color.
Declaration
public Color ScrollerBackground { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ThumbChecked
Gets or sets the checked state thumb color.
Declaration
public Color ThumbChecked { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ThumbCheckedBorderColor
Gets or sets the Thumb Checked Border color
Declaration
public Color ThumbCheckedBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ThumbInActive
Gets or sets the inactive state thumb color.
Declaration
public Color ThumbInActive { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ThumbNormal
Gets or sets the normal state thumb color.
Declaration
public Color ThumbNormal { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ThumbNormalBorderColor
Gets or sets the Thumb Normal Border color
Declaration
public Color ThumbNormalBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ThumbPushed
Gets or sets the pushed state thumb color.
Declaration
public Color ThumbPushed { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ThumbPushedBorder
Gets or sets the pushed state Thumb Pushed Border.
Declaration
public Color ThumbPushedBorder { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ThumbPushedBorderColor
Gets or sets the pushed state Thumb Pushed Border.
Declaration
public Color ThumbPushedBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |