FlyoutPage Class
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.
Provides iOS-specific configuration for FlyoutPage shadow effects.
public ref class FlyoutPage abstract sealed
public static class FlyoutPage
type FlyoutPage = class
Public Module FlyoutPage
- Inheritance
-
FlyoutPage
Fields
| Name | Description |
|---|---|
| ApplyShadowProperty |
Bindable property for attached property |
Methods
| Name | Description |
|---|---|
| GetApplyShadow(BindableObject) |
Gets whether a drop shadow is applied to the detail page when the flyout is revealed on iOS. |
| GetApplyShadow(IPlatformElementConfiguration<iOS,FlyoutPage>) |
Gets whether a drop shadow is applied to the detail page when the flyout is revealed on iOS. |
| 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. |