The members of Xamarin.Forms.Application are listed below.
See Also: Inherited members from Xamarin.Forms.Element
| Initializes a new Xamarin.Forms.Application instance. |
| [read-only] static | Current | Application. Gets the current application. |
| MainPage | Page. Gets or sets the main page of the application. | |
| [read-only] | Properties | IDictionary<string, object>. Gets the dictionary of properties for this Xamarin.Forms.Application object. |
| Resources | ResourceDictionary. Gets or sets the resource dictionary for this Xamarin.Forms.Application object. |
override | OnParentSet()Throws InvalidOperationException. | |
OnResume()Application developers override this method to perform actions when the application resumes from a sleeping state. | ||
OnSleep()Application developers override this method to perform actions when the application enters the sleeping state. | ||
OnStart()Application developers override this method to perform actions when the application starts. | ||