Share via


FlyoutPage.GetApplyShadow Method

Definition

Overloads

GetApplyShadow(BindableObject)
GetApplyShadow(IPlatformElementConfiguration<iOS,FlyoutPage>)

GetApplyShadow(BindableObject)

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

Parameters

element
BindableObject

Returns

Applies to

GetApplyShadow(IPlatformElementConfiguration<iOS,FlyoutPage>)

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

Parameters

Returns

Applies to