Xamarin.Forms.Page: Property Members

The properties of Xamarin.Forms.Page are listed below. For a list of all members, see the Page Members list.

See Also: Inherited members from Xamarin.Forms.VisualElement

Public Properties

BackgroundImagestring. Identifies the image used as a background for the Xamarin.Forms.Page.
IconFileImageSource. Resource identifier for the Xamarin.Forms.Page's associated icon.
IsBusybool. Marks the Page as busy. This will cause the platform specific global activity indicator to show a busy state.
PaddingThickness. The space between the content of the Xamarin.Forms.Page and it's border.
Titlestring. The Xamarin.Forms.Page's title.
[read-only]
ToolbarItemsIList<ToolbarItem>. A set of Xamarin.Forms.ToolbarItems, implemented in a platform-specific manner.