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