Share via


FlyoutPage Class

Definition

Provides Windows-specific configuration for flyout page collapse behavior and pane width.

public ref class FlyoutPage abstract sealed
public static class FlyoutPage
type FlyoutPage = class
Public Module FlyoutPage
Inheritance
FlyoutPage

Fields

Name Description
CollapsedPaneWidthProperty

Bindable property for attached property CollapsedPaneWidth.

CollapseStyleProperty

Bindable property for CollapseStyle.

Methods

Name Description
CollapsedPaneWidth(IPlatformElementConfiguration<Windows,FlyoutPage>, Double)

Sets the width of the collapsed flyout pane on Windows.

CollapsedPaneWidth(IPlatformElementConfiguration<Windows,FlyoutPage>)

Gets the width of the collapsed flyout pane on Windows.

GetCollapsedPaneWidth(BindableObject)

Gets the width of the collapsed flyout pane on Windows.

GetCollapseStyle(BindableObject)

Gets the collapse style for the flyout pane on Windows.

GetCollapseStyle(IPlatformElementConfiguration<Windows,FlyoutPage>)

Gets the collapse style for the flyout pane on Windows.

SetCollapsedPaneWidth(BindableObject, Double)

Sets the width of the collapsed flyout pane on Windows.

SetCollapseStyle(BindableObject, CollapseStyle)

Sets the collapse style for the flyout pane on Windows.

SetCollapseStyle(IPlatformElementConfiguration<Windows,FlyoutPage>, CollapseStyle)

Sets the collapse style for the flyout pane on Windows.

UsePartialCollapse(IPlatformElementConfiguration<Windows,FlyoutPage>)

Configures the flyout to use partial collapse mode on Windows.

Applies to