3 references to HasShadow
Microsoft.Maui.Controls (3)
Frame\Frame.cs (3)
16
/// <summary>Bindable property for <see cref="
HasShadow
"/>.</summary>
17
public static readonly BindableProperty HasShadowProperty = BindableProperty.Create(nameof(
HasShadow
), typeof(bool), typeof(Frame), true);
91
if (!
HasShadow
)