ApplicationBase Properties |
The ApplicationBase type exposes the following members.
Name | Description | |
---|---|---|
ApplicationSplash |
Gets or sets the application splash screen image. This is only neccessary if the property IsSinglePage is set to true
| |
ApplicationUrlProtocols |
Gets a list of application url protocolls.
Please note that these protocols are not automatically registered. To register these protocols, invoke the method RegisterUrlProtocols.
| |
Dispatcher |
Gets the Dispatcher this Object is associated with.
| |
Id |
Gets the unique Id of the view model
| |
IsLoading |
Gets or sets a value that indicates if the viewmodel is loading
| |
IsSingleInstance |
Gets or sets a value that indicates that the application is single instanced. Default is false.
| |
IsSinglePage |
Gets or sets a value that indicates that the application is a single page application.
This application will behave almost like a UWP app. Default is false.
| |
MessageDialog |
Gets the message dialog
| |
Navigator |
Gets the window navigator
| |
ShouldBringToFront |
Gets or sets a value that indicates if the main window should be brought to front if a
second instance of the application sends arguments. Default is true.
|