|
| static Color | buttonBackgroundColor = new Color(0, 122, 204 ) |
| |
| static Color | buttonForegroundColor = new Color(255, 255, 255) |
| |
| static Color | buttonHoverColor = new Color(45, 45, 48) |
| |
| static Color | panelBackgorundColor = new Color(240, 240, 240) |
| |
| static Color | textboxBackgroundColor = new Color(255, 255, 255) |
| |
| static Color | textboxForegroundColor = new Color(255, 255, 255) |
| |
| static Color | gridLineSelectionBackgroundColor = new Color(0, 120, 215) |
| |
| static Color | gridLineSelectionForegroundColor = new Color(255, 255, 255) |
| |
| static Color | gridHeaderBackgroundColor = new Color(45, 45, 48) |
| |
| static Color | gridHeaderForegroundColor = new Color(255, 255, 255) |
| |
| static Color | gridCellBackgroundColor = new Color(255, 255, 255) |
| |
| static Color | gridCellForegroundColor = new Color(0, 0, 0) |
| |
◆ buttonBackgroundColor
| Color constants.ColorConstants.buttonBackgroundColor = new Color(0, 122, 204 ) |
|
static |
◆ buttonForegroundColor
| Color constants.ColorConstants.buttonForegroundColor = new Color(255, 255, 255) |
|
static |
◆ buttonHoverColor
| Color constants.ColorConstants.buttonHoverColor = new Color(45, 45, 48) |
|
static |
◆ gridCellBackgroundColor
| Color constants.ColorConstants.gridCellBackgroundColor = new Color(255, 255, 255) |
|
static |
◆ gridCellForegroundColor
| Color constants.ColorConstants.gridCellForegroundColor = new Color(0, 0, 0) |
|
static |
◆ gridHeaderBackgroundColor
| Color constants.ColorConstants.gridHeaderBackgroundColor = new Color(45, 45, 48) |
|
static |
◆ gridHeaderForegroundColor
| Color constants.ColorConstants.gridHeaderForegroundColor = new Color(255, 255, 255) |
|
static |
◆ gridLineSelectionBackgroundColor
| Color constants.ColorConstants.gridLineSelectionBackgroundColor = new Color(0, 120, 215) |
|
static |
◆ gridLineSelectionForegroundColor
| Color constants.ColorConstants.gridLineSelectionForegroundColor = new Color(255, 255, 255) |
|
static |
◆ panelBackgorundColor
| Color constants.ColorConstants.panelBackgorundColor = new Color(240, 240, 240) |
|
static |
◆ textboxBackgroundColor
| Color constants.ColorConstants.textboxBackgroundColor = new Color(255, 255, 255) |
|
static |
◆ textboxForegroundColor
| Color constants.ColorConstants.textboxForegroundColor = new Color(255, 255, 255) |
|
static |
The documentation for this class was generated from the following file: