2 references to ImageButton
Microsoft.Maui.Controls (2)
PlatformConfiguration\AndroidSpecific\ImageButton.cs (2)
40
public static readonly BindableProperty ShadowColorProperty = BindableProperty.Create("ShadowColor", typeof(Color), typeof(
ImageButton
), null);
68
public static readonly BindableProperty ShadowRadiusProperty = BindableProperty.Create("ShadowRadius", typeof(double), typeof(
ImageButton
), 10.0);