Enum WindowBorderStyle
The window border style.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum WindowBorderStyle
Fields
| Name | Description |
|---|---|
| Borderless | Borderless window. |
| FixedBorder | Non-resizeable window border. |
| ResizableBorder | Resizeable window border. |
| ToolBox | A tool window. A tool window is a window does not appear in the taskbar and does not appear in the window swticher (ALT+TAB). |