Name | Description | |
---|---|---|
ActiveTab | Gets the DAML identifier of the currently active ribbon tab. | |
ActiveTool | Gets the application's current tool. Only one tool is active at a time. | |
ActiveWindow | Gets the ArcGIS.Desktop.Framework.Contracts.Pane or ArcGIS.Desktop.Framework.Contracts.DockPane that is currently active. | |
ApplicationProperties | Gets the application properties. | |
ApplicationTheme | Gets or sets the application's theme that dictates its visual style. Three themes are supported: default (metro), dark, and high contrast. | |
ContextMenuDataContext | Gets the contextual data that is passed to the commands in a context menu. | |
ContextMenuDataContextViewModel | Gets the current context menu's default data context as a view-model. This is for Esri internal use only. | |
CurrentTool | Gets or sets the application's current tool. Only one tool is active at a time. | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
DockPaneManager | Gets all the active dockpane instances; this singleton also lets you activate, create, and close dockpanes. | |
EventAggregator | Gets the application's event aggregator. | |
FloatingWindowName | Gets the default floating window name. | |
FlowDirection | Gets the content flow direction for text and user interface elements. | |
IncomingTool | Gets the Incoming tool. This is set when SetCurrentToolAsync is called. | |
Initialized | Gets true once the application shell has been loaded and a license has been acquired. | |
IsBusy | Gets a boolean value of true indicating the application is currently busy. | |
IsEnabled | Gets or sets a value indicating whether the application's user interface is currently enabled. | |
IsRibbonMinimized | Gets or sets whether the ribbon is currently minimized. | |
MainWindow | Gets or sets the main window of the application. (Inherited from System.Windows.Application) | |
Name | Gets or sets the application's name which is displayed in the application's title bar. Note, the title bar will switch to the Title property if it is not empty. | |
OutgoingTool | Gets the Outgoing tool. This is set when SetCurrentToolAsync is called. | |
Panes | Gets all the active pane instances; this singleton also lets you activate, create, and close panes. | |
Properties | Gets a collection of application-scope properties. (Inherited from System.Windows.Application) | |
Resources | Gets or sets a collection of application-scope resources, such as styles and brushes. (Inherited from System.Windows.Application) | |
ScaleFactor | Get or sets the current user interface scaling factor. | |
ShutdownMode | Gets or sets the condition that causes the System.Windows.Application.Shutdown method to be called. (Inherited from System.Windows.Application) | |
StartupUri | Gets or sets a UI that is automatically shown when an application starts. (Inherited from System.Windows.Application) | |
State | Gets the application's state object. | |
SubTitle | Gets or sets the application's SubTitle. | |
Title | Gets or sets the application's Title. | |
Windows | Gets the instantiated windows in an application. (Inherited from System.Windows.Application) |