Class AllStateColors
Contains foreground and background colors for all the states.
public class AllStateColors
- Inheritance
-
AllStateColors
Fields
- DisabledBackColor
Gets or set background color for the disabled state.
- DisabledForeColor
Gets or set foreground color for the disabled state.
- FocusedBackColor
Gets or set background color for the focused state.
- FocusedForeColor
Gets or set foreground color for the focused state.
- HoveredBackColor
Gets or set background color for the hovered state.
- HoveredForeColor
Gets or set foreground color for the hovered state.
- NormalBackColor
Gets or set background color for the normal state.
- NormalForeColor
Gets or set foreground color for the normal state.
- PressedBackColor
Gets or set background color for the pressed state.
- PressedForeColor
Gets or set foreground color for the pressed state.
Properties
- AllStates
Gets ControlStateColors filled with colors.
- Disabled
Gets colors for the disabled state.
- Focused
Gets colors for the focused state.
- Hovered
Gets colors for the hovered state.
- Normal
Gets colors for the normal state.
- Pressed
Gets colors for the pressed state.