ThemeColor
Home
classes
ThemeColor
About
Instances of the ThemeColor class represents theme colors with 4 possible state mutations - normal, hover, focus and disabled.
Class content
Assembly |
Minimal.dll |
Namespace |
Minimal.Components.Themes |
Inheritance |
- |
Attributes |
- |
Implements |
- |
Constructors
Name |
Description |
|
Theme() |
Initializes a new instance of the Theme class. |
|
Properties
Name |
Description |
Type |
Normal |
Normal state. |
Hex |
Hover |
State used when mouse hovers over the component. |
Hex |
Focus |
State used when Control.Focused property is true. |
Hex |
Disabled |
State used when Control.Enabled property is false. |
Hex |
Fields
Name |
Description |
Type |
- |
- |
- |
Events
Name |
Description |
Type |
- |
- |
- |
Methods
Name |
Description |
Returns |
- |
- |
- |