Skip to main content
ON

SystemBarBehavior.AndroidNavigationBarForeground Property

Gets or sets the theme that is used in 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

public AppTheme AndroidNavigationBarForeground { get; set; }

Property Value

Type Description
AppTheme

The theme that is used in the device’s navigation bar icons.

See Also