Page Class

Definition

The page instance that Xamarin.Forms created on the Windows platform.

public static class Page
type Page = class
Inheritance
Page

Fields

ToolbarDynamicOverflowEnabledProperty
ToolbarPlacementProperty

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

Methods

GetToolbarDynamicOverflowEnabled(BindableObject)
GetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>)
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)
SetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>, Boolean)
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