2 references to IsNavigationBarTranslucentProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\NavigationPage.cs (2)
19
return (bool)element.GetValue(
IsNavigationBarTranslucentProperty
);
25
element.SetValue(
IsNavigationBarTranslucentProperty
, value);