Share via


ImageButton.GetIsShadowEnabled Method

Definition

Overloads

GetIsShadowEnabled(BindableObject)
GetIsShadowEnabled(IPlatformElementConfiguration<Android,ImageButton>)

GetIsShadowEnabled(BindableObject)

public static bool GetIsShadowEnabled (Xamarin.Forms.BindableObject element);
static member GetIsShadowEnabled : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

Returns

System.Boolean

Applies to

GetIsShadowEnabled(IPlatformElementConfiguration<Android,ImageButton>)

public static bool GetIsShadowEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.ImageButton> config);
static member GetIsShadowEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.ImageButton> -> bool

Parameters

Returns

System.Boolean

Applies to