Class GridSpinButton
Collection of Grid spin button colors
Inheritance
System.Object
GridSpinButton
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GridSpinButton : Object
Constructors
GridSpinButton()
Declaration
public GridSpinButton()
Properties
HoverBackColor
Get / set spin button hover back color
Declaration
public Color HoverBackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
HoverBorderColor
Get / set spin button hover border color
Declaration
public Color HoverBorderColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
NormalBackColor
Get / set spin button normal back color
Declaration
public Color NormalBackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
NormalBorderColor
Get / set spin button normal border color
Declaration
public Color NormalBorderColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
PresedBorderColor
Get / set spin button pressed border color
Declaration
public Color PresedBorderColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
PressedBackColor
Get / set spin button pressed back color
Declaration
public Color PressedBackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |