FlyoutPage.SetApplyShadow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SetApplyShadow(BindableObject, Boolean) |
Sets whether a drop shadow is applied to the detail page when the flyout is revealed on iOS. |
| SetApplyShadow(IPlatformElementConfiguration<iOS,FlyoutPage>, Boolean) |
Sets whether a drop shadow is applied to the detail page when the flyout is revealed on iOS. |
SetApplyShadow(BindableObject, Boolean)
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
Sets whether a drop shadow is applied to the detail page when the flyout is revealed on iOS.
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
The element to set the value on.
- value
- Boolean
true to apply shadow; otherwise, false.
Applies to
SetApplyShadow(IPlatformElementConfiguration<iOS,FlyoutPage>, Boolean)
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
Sets whether a drop shadow is applied to the detail page when the flyout is revealed on iOS.
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
The platform configuration.
- value
- Boolean
true to apply shadow; otherwise, false.
Returns
The updated platform configuration.