WindowStyle Enumeration
.NET Framework (current version)
Specifies the type of border that a Window has. Used by the WindowStyle property.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| None | Only the client area is visible - the title bar and border are not shown. A NavigationWindow with a WindowStyle of None will still display the navigation user interface (UI). | |
| SingleBorderWindow | A window with a single border. This is the default value. | |
| ThreeDBorderWindow | A window with a 3-D border. | |
| ToolWindow | A fixed tool window. |
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Available since 3.0
Silverlight
Available since 4.0
Show: