Xamarin.Forms.Application Members

The members of Xamarin.Forms.Application are listed below.

See Also: Inherited members from Xamarin.Forms.Element

Protected Constructors

Initializes a new Xamarin.Forms.Application instance.

Public Properties

[read-only]
static
CurrentApplication. Gets the current application.
MainPagePage. Gets or sets the main page of the application.
[read-only]
PropertiesIDictionary<string, object>. Gets the dictionary of properties for this Xamarin.Forms.Application object.
ResourcesResourceDictionary. Gets or sets the resource dictionary for this Xamarin.Forms.Application object.

Protected Methods

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.