Share via


FlyoutPage Class

Definition

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 ApplyShadow.

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.

Applies to