Page Class

Definition

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

public static class Page
type Page = class
Inheritance
Page

Fields

TabOrderProperty

Backing store for the attached property that holds the tab order of the visual elements.

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