ThemeManager Properties
A class that allows you to switch a theme of DevExpress .NET MAUI Controls.| Name | Description |
|---|---|
| AndroidNavigationBarBackground static | Gets or sets the background color of the device’s navigation bar (Android OS only). |
| AndroidNavigationBarForeground static | Gets or sets the theme that is used by the device’s navigation bar icons (Android OS only). |
| AndroidStatusBarBackground static | Gets or sets the status bar’s background color (Android OS only). |
| ApplyThemeToSystemBars static | Gets or sets whether the color theme is applied to system bars. |
| IsLightTheme static | Gets whether the applied theme is a light theme. |
| StatusBarForeground static | Gets or sets the theme that is used in the device’s navigation bar icons. |
| Theme static | Gets or sets the applied Theme. |
| UseAndroidSystemColor static | Gets or sets whether the application should use the system’s main color as the seed color for a theme of DevExpress .NET MAUI Controls. This property works only on Android OS. |
See Also