Share via


Page Class

Definition

Provides the Page Windows Platform-Specific Functionality.

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

Fields

ToolbarDynamicOverflowEnabledProperty

Indicates whether toolbar items automatically move to the overflow menu when space is limited.

ToolbarPlacementProperty

Backing store for the attached property that controls the placement of the toolbar.

Methods

GetToolbarDynamicOverflowEnabled(BindableObject)

Gets a value that indicates whether toolbar items automatically move to the overflow menu when space is limited.

GetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>)

Gets a value that indicates whether toolbar items automatically move to the overflow menu when space is limited.

GetToolbarPlacement(BindableObject)

Returns a value that controls the placement of the toolbar.

GetToolbarPlacement(IPlatformElementConfiguration<Windows,Page>)

Returns a value that controls the placement of the toolbar.

SetToolbarDynamicOverflowEnabled(BindableObject, Boolean)

Sets a value that indicates whether toolbar items automatically move to the overflow menu when space is limited.

SetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>, Boolean)

Sets a value that indicates whether toolbar items automatically move to the overflow menu when space is limited.

SetToolbarPlacement(BindableObject, ToolbarPlacement)

Sets a value that controls the placement of the toolbar.

SetToolbarPlacement(IPlatformElementConfiguration<Windows,Page>, ToolbarPlacement)

Sets a value that controls the placement of the toolbar.

Applies to