ThemeManager.AndroidNavigationBarForeground Property
Gets or sets the theme that is used by the device’s navigation bar icons (Android OS only).
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public static AppTheme AndroidNavigationBarForeground { get; set; }
Property Value
Type | Description |
---|---|
AppTheme | The theme that is used by the device’s navigation bar icons. |
See Also