Skip to main content
ON

SystemBarBehavior.AndroidNavigationBarForeground Property

Gets or sets the theme that is used by the device’s navigation bar icons (works for Android 14 and earlier versions 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 by the device’s navigation bar icons (works for Android 14 and earlier versions only).

See Also