Window Properties |
The Window type exposes the following members.
| Name | Description | |
|---|---|---|
| Bounds |
Gets or sets the size and location of the window
| |
| Icon |
Gets or sets the icon for the window to show in the menu bar.
| |
| Location |
Gets or sets the location of the window
| |
| LogicalPixelSize |
Gets the number of pixels per logical pixel when on a high DPI display.
| |
| Maximizable |
Gets or sets a value indicating whether this Window can be maximized.
| |
| Menu |
Gets or sets the menu bar for this window
| |
| Minimizable |
Gets or sets a value indicating whether this Window can be minimized.
| |
| MovableByWindowBackground |
Gets or sets a value indicating that the window can be moved by click+dragging the window background
| |
| Opacity |
Gets or sets the opacity of the window
| |
| Owner |
Gets or sets the owner of this window.
| |
| Resizable |
Gets or sets a value indicating whether this Window is resizable.
| |
| RestoreBounds |
Gets the bounds of the window before it was minimized or maximized, or the current bounds if WindowState is Normal.
| |
| Screen |
Gets the screen this window is mostly contained in. Typically defined by the screen center of the window is visible.
| |
| ShowInTaskbar |
Gets or sets a value indicating whether this Window will show in the taskbar.
| |
| Title |
Gets or sets the title of the window
| |
| ToolBar |
Gets or sets the tool bar for the window.
| |
| Topmost |
Gets or sets a value indicating whether this Window is above all other windows.
| |
| WindowState |
Gets or sets the state of the window.
| |
| WindowStyle |
Gets or sets the style of this window.
|