ImageButton.GetIsShadowEnabled Method

Definition

Overloads

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

GetIsShadowEnabled(BindableObject)

public:
 static bool GetIsShadowEnabled(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetIsShadowEnabled (Microsoft.Maui.Controls.BindableObject element);
static member GetIsShadowEnabled : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetIsShadowEnabled (element As BindableObject) As Boolean

Parameters

element
BindableObject

Returns

Applies to

GetIsShadowEnabled(IPlatformElementConfiguration<Android,ImageButton>)

public:
[System::Runtime::CompilerServices::Extension]
 static bool GetIsShadowEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::ImageButton ^> ^ config);
public static bool GetIsShadowEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton> config);
static member GetIsShadowEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton> -> bool
<Extension()>
Public Function GetIsShadowEnabled (config As IPlatformElementConfiguration(Of Android, ImageButton)) As Boolean

Parameters

Returns

Applies to