[]
This class allows accessing theme-related properties.
public class C1ThemeInfo
| Name | Description |
|---|---|
| AccentBackground | Gets the accent background brush. |
| AccentForeground | Gets the accent foreground brush. |
| ApplicationTheme | Gets the application-level theme. |
| Background | Gets the background brush of the theme. |
| CautionBackground | Gets the a brush representing a caution state background. |
| CautionForeground | Gets the a brush representing a caution state foreground. |
| CriticalBackground | Gets the a brush representing a critical state background. |
| CriticalForeground | Gets the a brush representing a critical state foreground. |
| Foreground | Gets the text brush of the theme. |
| IsDark | Gets a value indicating whether the theme is dark. |
| SuccessBackground | Gets the a brush representing a success state background. |
| SuccessForeground | Gets the a brush representing a success state foreground. |