Click or drag to resize

ApplicationBase Properties

The ApplicationBase type exposes the following members.

Properties
  NameDescription
Public propertyApplicationSplash
Gets or sets the application splash screen image. This is only neccessary if the property IsSinglePage is set to true
Public propertyStatic memberApplicationUrlProtocols
Gets a list of application url protocolls.

Please note that these protocols are not automatically registered. To register these protocols, invoke the method RegisterUrlProtocols.

Public propertyDispatcher
Gets the Dispatcher this Object is associated with.
Public propertyId
Gets the unique Id of the view model
Public propertyIsLoading
Gets or sets a value that indicates if the viewmodel is loading
Public propertyIsSingleInstance
Gets or sets a value that indicates that the application is single instanced. Default is false.
Public propertyIsSinglePage
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.
Public propertyMessageDialog
Gets the message dialog
Public propertyNavigator
Gets the window navigator
Public propertyShouldBringToFront
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.
Top
See Also