Share via


WindowStyle Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Defines constants that indicate the appearance of the title bar and border of an out-of-browser application window.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Enumeration WindowStyle
public enum WindowStyle

Members

Member name Description
SingleBorderWindow The window displays a title bar and border.
None The window does not display a title bar or border.
BorderlessRoundCornersWindow The window does not display a title bar or border, and the window corners are rounded.

Remarks

This enumeration is used by the WindowSettings.WindowStyle property.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.