2 references to Button
Microsoft.Maui.Controls (2)
PlatformConfiguration\AndroidSpecific\Button.cs (2)
11
public static readonly BindableProperty UseDefaultPaddingProperty = BindableProperty.Create("UseDefaultPadding", typeof(bool), typeof(
Button
), false);
41
public static readonly BindableProperty UseDefaultShadowProperty = BindableProperty.Create("UseDefaultShadow", typeof(bool), typeof(
Button
), false);