Click or drag to resize

Window Properties

The Window type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Gets or sets the size and location of the window
Public propertyIcon
Gets or sets the icon for the window to show in the menu bar.
Public propertyLocation
Gets or sets the location of the window
Public propertyLogicalPixelSize
Gets the number of pixels per logical pixel when on a high DPI display.
Public propertyMaximizable
Gets or sets a value indicating whether this Window can be maximized.
Public propertyMenu
Gets or sets the menu bar for this window
Public propertyMinimizable
Gets or sets a value indicating whether this Window can be minimized.
Public propertyMovableByWindowBackground
Gets or sets a value indicating that the window can be moved by click+dragging the window background
Public propertyOpacity
Gets or sets the opacity of the window
Public propertyOwner
Gets or sets the owner of this window.
Public propertyResizable
Gets or sets a value indicating whether this Window is resizable.
Public propertyRestoreBounds
Gets the bounds of the window before it was minimized or maximized, or the current bounds if WindowState is Normal.
Public propertyScreen
Gets the screen this window is mostly contained in. Typically defined by the screen center of the window is visible.
Public propertyShowInTaskbar
Gets or sets a value indicating whether this Window will show in the taskbar.
Public propertyTitle
Gets or sets the title of the window
Public propertyToolBar
Gets or sets the tool bar for the window.
Public propertyTopmost
Gets or sets a value indicating whether this Window is above all other windows.
Public propertyWindowState
Gets or sets the state of the window.
Public propertyWindowStyle
Gets or sets the style of this window.
Top
See Also