Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WindowStyle Enumeration

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)

public enum WindowStyle

Member nameDescription
SingleBorderWindowThe window displays a title bar and border.
NoneThe window does not display a title bar or border.
BorderlessRoundCornersWindowThe window does not display a title bar or border, and the window corners are rounded.

This enumeration is used by the WindowSettings.WindowStyle property.

Silverlight

Supported in: 5, 4

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

Community Additions

Show:
© 2017 Microsoft