Enum WindowStyle
Defines constants that indicate the appearance of the title bar and border of an out-of-browser application window.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum WindowStyle
Fields
| Name | Description |
|---|---|
| BorderlessRoundCornersWindow | The window does not display a title bar or border, and the window corners are rounded. |
| None | The window does not display a title bar or border. |
| SingleBorderWindow | The window displays a title bar and border. |