maui-devexpress-dot-maui-dot-core-dot-thememanager-dot-underscore-properties.md
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 (works for Android 14 and earlier versions only). |
| AndroidNavigationBarForeground static | Gets or sets the theme used by device navigation bar icons (works for Android 14 and earlier versions only). |
| AndroidStatusBarBackground static | Gets or sets the status bar’s background color (works for Android 14 and earlier versions 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 device 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