Page Class

Definition

The page instance that Microsoft.Maui.Controls created on the Windows platform.

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

Fields

ToolbarDynamicOverflowEnabledProperty

Bindable property for attached property ToolbarDynamicOverflowEnabled.

ToolbarPlacementProperty

Bindable property for ToolbarPlacement.

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