Click or drag to resize

App Properties

The App type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyMainWindow
Gets or sets the main window of the application.
(Inherited from Application.)
Public propertyProperties
Gets a collection of application-scope properties.
(Inherited from Application.)
Public propertyResources
Gets or sets a collection of application-scope resources, such as styles and brushes.
(Inherited from Application.)
Public propertyShutdownMode
Gets or sets the condition that causes the Shutdown method to be called.
(Inherited from Application.)
Public propertyStartupUri
Gets or sets a UI that is automatically shown when an application starts.
(Inherited from Application.)
Public propertyWindows
Gets the instantiated windows in an application.
(Inherited from Application.)
Top
See Also