4 references to NavBarHasShadowProperty
Microsoft.Maui.Controls (4)
Internals\PropertyPropagationExtensions.cs (2)
20
if (propertyName == null || propertyName == Shell.
NavBarHasShadowProperty
.PropertyName)
21
BaseShellItem.PropagateFromParent(Shell.
NavBarHasShadowProperty
, element);
Shell\Shell.cs (2)
286
public static bool GetNavBarHasShadow(BindableObject obj) => (bool)obj.GetValue(
NavBarHasShadowProperty
);
294
public static void SetNavBarHasShadow(BindableObject obj, bool value) => obj.SetValue(
NavBarHasShadowProperty
, value);