FlyoutPage.SetApplyShadow Method

Definition

Overloads

SetApplyShadow(BindableObject, Boolean)
SetApplyShadow(IPlatformElementConfiguration<iOS,FlyoutPage>, Boolean)

SetApplyShadow(BindableObject, Boolean)

public:
 static void SetApplyShadow(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetApplyShadow (Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetApplyShadow : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetApplyShadow (element As BindableObject, value As Boolean)

Parameters

element
BindableObject
value
Boolean

Applies to

SetApplyShadow(IPlatformElementConfiguration<iOS,FlyoutPage>, Boolean)

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

Parameters

value
Boolean

Returns

Applies to