Page Class

Definition

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

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

Fields

TabOrderProperty

Bindable property for attached property TabOrder.

Methods

GetTabOrder(BindableObject)

Returns the tab order of the visual elements on a page as array.

GetTabOrder(IPlatformElementConfiguration<macOS,Page>)

Returns the tab order of the visual elements on a page as array.

SetTabOrder(BindableObject, VisualElement[])

Sets the tab order of visual elements on a page. Users can cycle through these elements with the tab key.

SetTabOrder(IPlatformElementConfiguration<macOS,Page>, VisualElement[])

Sets the tab order of visual elements on a page. Users can cycle through these elements with the tab key.

Applies to