Theme
The app's implicit styles.
- Kind: Class
- Namespace: SkeleKit
Methods
Style
Registers a style applied to every view of its target type, including subtypes.
| Parameter | Summary |
|---|---|
IStyle style | The implicit style to register. |
Returns
Theme: The builder instance for chaining calls.
Exceptions
InvalidOperationException: Thrown if the theme has already been frozen and is in use.