Style Class
Class containing information about a style class
Fields#
| Name | Description |
|---|---|
| Class Name | Name of the style class |
| Normal | Styles to apply when element is in a normal state |
| Hover | Styles to apply when element is in a hover state |
| Selected | Styles to apply when element is in a selected state |
| Pressed | Styles to apply when element is in a pressed state |
| Disabled | Styles to apply when element is in a disabled state |