BottomSheet.AndroidNavigationBarForeground Property
Gets or sets the theme applied to the device’s navigation bar icons (Android OS only). This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public AppTheme AndroidNavigationBarForeground { get; set; }
Property Value
| Type | Description |
|---|---|
| AppTheme | The theme applied to the device’s navigation bar icons. |
See Also