Window.WindowStyle Property
.NET Framework 4.6 and 4.5
Gets or sets a window's border style.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object WindowStyle="WindowStyle" .../>
Property Value
Type: System.Windows.WindowStyleA WindowStyle that specifies a window's border style. The default is SingleBorderWindow.
WindowStyle can be one of the WindowStyle enumeration values, including None, ToolWindow, SingleBorderWindow (default), and ThreeDBorderWindow.
The following figure shows the window styles on Windows Vista (Windows Vista Aero theme, with transparent glass enabled):

Note |
|---|
You cannot set or get this property when a window is hosted in a browser. |
Show:
Note