DialogWindow Properties |
The DialogWindow type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppWindow | Gets the AppWindow associated with this XAML Window. (Inherited from Window.) |
![]() | Bounds | Gets a Rect pixels. (Inherited from Window.) |
![]() | Compositor | Gets the Compositor for this window. (Inherited from Window.) |
![]() | Content | Gets or sets the visual root of an application window. (Inherited from Window.) |
![]() | CoreWindow | Desktop apps always return null for this property. (Inherited from Window.) |
![]() | Dispatcher | Always returns null in a Windows App SDK app.
> [!NOTE]
> Window.Dispatcher may be altered or unavailable in future releases. Use Window.DispatcherQueue instead. (Inherited from Window.) |
![]() | DispatcherQueue | Gets the DispatcherQueue object for the window. (Inherited from Window.) |
![]() | ExtendsContentIntoTitleBar | Gets or sets a value that specifies whether the default title bar of the window should be hidden to create space for app content. (Inherited from Window.) |
![]() | SystemBackdrop | Gets or sets the system backdrop to apply to this Window. The backdrop is rendered behind the Window content. (Inherited from Window.) |
![]() | Title | Gets or sets a string used for the window title. (Inherited from Window.) |
![]() | Visible | Gets a value that reports whether the window is visible. (Inherited from Window.) |