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
| BackgroundImage | string. Identifies the image used as a background for the Xamarin.Forms.Page. | |
| Icon | FileImageSource. Resource identifier for the Xamarin.Forms.Page's associated icon. | |
| IsBusy | bool. Marks the Page as busy. This will cause the platform specific global activity indicator to show a busy state. | |
| Padding | Thickness. The space between the content of the Xamarin.Forms.Page and it's border. | |
| Title | string. The Xamarin.Forms.Page's title. | |
| [read-only] | ToolbarItems | IList<ToolbarItem>. A set of Xamarin.Forms.ToolbarItems, implemented in a platform-specific manner. |