Class VistaColors
Represents the colors for Vista style. Provides static members to access the colors used by different grid elements.
Inheritance
Inherited Members
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class VistaColors
Constructors
VistaColors()
Initializes a new instance of the VistaColors class.
Declaration
public VistaColors()
Fields
Border
Default color for normal border.
Declaration
public static Color Border
Field Value
Type |
---|
System.Drawing.Color |
BorderOverColor
Default color while mouse hovering the border.
Declaration
public static Color BorderOverColor
Field Value
Type |
---|
System.Drawing.Color |
BorderPressed
Default color while mouse button pressed in the border.
Declaration
public static Color BorderPressed
Field Value
Type |
---|
System.Drawing.Color |
BottomFirst
Default color for BottomFirst.
Declaration
public static Color BottomFirst
Field Value
Type |
---|
System.Drawing.Color |
BottomFirstOverColor
Default color while mouse hovering the BottomFirst border.
Declaration
public static Color BottomFirstOverColor
Field Value
Type |
---|
System.Drawing.Color |
BottomFirstPressed
Default color while mouse button pressed in the BottomFirst border.
Declaration
public static Color BottomFirstPressed
Field Value
Type |
---|
System.Drawing.Color |
BottomLast
Default color for BottomLast.
Declaration
public static Color BottomLast
Field Value
Type |
---|
System.Drawing.Color |
BottomLastOverColor
Default color while mouse hovering the BottomLast border.
Declaration
public static Color BottomLastOverColor
Field Value
Type |
---|
System.Drawing.Color |
BottomLastPressed
Default color while mouse button pressed in the BottomLast border.
Declaration
public static Color BottomLastPressed
Field Value
Type |
---|
System.Drawing.Color |
BottomLine
Default color for BottomLine.
Declaration
public static Color BottomLine
Field Value
Type |
---|
System.Drawing.Color |
BottomLineOverColor
Default color while mouse hovering the BottomLine border.
Declaration
public static Color BottomLineOverColor
Field Value
Type |
---|
System.Drawing.Color |
BottomLinePressed
Default color while mouse button pressed in the BottomLine border.
Declaration
public static Color BottomLinePressed
Field Value
Type |
---|
System.Drawing.Color |
CheckBoxFillNormal
Default color for the filled checkbox.
Declaration
public static Color CheckBoxFillNormal
Field Value
Type |
---|
System.Drawing.Color |
CheckBoxFillOver
Default color while mouse hovering the filled checkbox.
Declaration
public static Color CheckBoxFillOver
Field Value
Type |
---|
System.Drawing.Color |
CheckBoxHOverBorder
Default color while mouse hovering the filled checkbox' border.
Declaration
public static Color CheckBoxHOverBorder
Field Value
Type |
---|
System.Drawing.Color |
CheckBoxInnerBorderNormal
Default color for inner border in filled checkbox.
Declaration
public static Color CheckBoxInnerBorderNormal
Field Value
Type |
---|
System.Drawing.Color |
CheckBoxInnerBorderOver
Default color while mouse hovering the inner border in filled checkbox.
Declaration
public static Color CheckBoxInnerBorderOver
Field Value
Type |
---|
System.Drawing.Color |
CheckBoxNormalBorder
Default color for the border in checkbox.
Declaration
public static Color CheckBoxNormalBorder
Field Value
Type |
---|
System.Drawing.Color |
CheckBoxPressedBorder
Default color while mouse button pressed in the checkbox' border.
Declaration
public static Color CheckBoxPressedBorder
Field Value
Type |
---|
System.Drawing.Color |
CheckBoxPressedFill
Default color while mouse button pressed in the filled checkbox.
Declaration
public static Color CheckBoxPressedFill
Field Value
Type |
---|
System.Drawing.Color |
CheckBoxPressedInnerBorder
Default color while mouse button pressed in the filled checkbox' inner border.
Declaration
public static Color CheckBoxPressedInnerBorder
Field Value
Type |
---|
System.Drawing.Color |
CheckColor
Default color for the check mark.
Declaration
public static Color CheckColor
Field Value
Type |
---|
System.Drawing.Color |
RadioButtonFillNormal
Default color for filled RadioButton.
Declaration
public static Color RadioButtonFillNormal
Field Value
Type |
---|
System.Drawing.Color |
RadioButtonFillOver
Default color while mouse hovering the filled RadioButton.
Declaration
public static Color RadioButtonFillOver
Field Value
Type |
---|
System.Drawing.Color |
RadioButtonFlatBorder
Default color for flat border in RadioButton.
Declaration
public static Color RadioButtonFlatBorder
Field Value
Type |
---|
System.Drawing.Color |
RadioButtonInnerBorderNormal
Default color for inner border in RadioButton.
Declaration
public static Color RadioButtonInnerBorderNormal
Field Value
Type |
---|
System.Drawing.Color |
RadioButtonInnerBorderOver
Default color while mouse hovering the inner border of RadioButton.
Declaration
public static Color RadioButtonInnerBorderOver
Field Value
Type |
---|
System.Drawing.Color |
RadioButtonInnerBorderPressed
Default color while mouse button pressed in the inner border of RadioButton.
Declaration
public static Color RadioButtonInnerBorderPressed
Field Value
Type |
---|
System.Drawing.Color |
RadioButtonNormalBorder
Default color for normal border in RadioButton.
Declaration
public static Color RadioButtonNormalBorder
Field Value
Type |
---|
System.Drawing.Color |
RadioButtonPressedBorder
Default color while mouse button pressed in the border of RadioButton.
Declaration
public static Color RadioButtonPressedBorder
Field Value
Type |
---|
System.Drawing.Color |
RadioButtonPressedFill
Default color while mouse button pressed in the filled RadioButton.
Declaration
public static Color RadioButtonPressedFill
Field Value
Type |
---|
System.Drawing.Color |
TopFirst
Default color for TopFirst.
Declaration
public static Color TopFirst
Field Value
Type |
---|
System.Drawing.Color |
TopFirstOverColor
Default color while mousehovering the TopFirst border.
Declaration
public static Color TopFirstOverColor
Field Value
Type |
---|
System.Drawing.Color |
TopFirstPressed
Default color while mouse button pressed in the TopFirst border.
Declaration
public static Color TopFirstPressed
Field Value
Type |
---|
System.Drawing.Color |
TopLast
Default color for TopLast.
Declaration
public static Color TopLast
Field Value
Type |
---|
System.Drawing.Color |
TopLastOverColor
Default color while mousehovering the TopLast border.
Declaration
public static Color TopLastOverColor
Field Value
Type |
---|
System.Drawing.Color |
TopLastPressed
Default color while mouse button pressed in the TopLast border.
Declaration
public static Color TopLastPressed
Field Value
Type |
---|
System.Drawing.Color |
Properties
MouseDownColor
Gets an array of colors used to represent Pressed State color.
Declaration
public static Color[] MouseDownColor { get; }
Property Value
Type |
---|
System.Drawing.Color[] |
MouseOverColor
Gets an array of colors used to represent Hot State color.
Declaration
public static Color[] MouseOverColor { get; }
Property Value
Type |
---|
System.Drawing.Color[] |
Normal
Gets an array of colors used for Vista style.
Declaration
public static Color[] Normal { get; }
Property Value
Type |
---|
System.Drawing.Color[] |