Enum ShellComponent.CornerPreference
Window corner preference options.
Namespace: OpenTK.Platform.Native.Windows
Assembly: OpenTK.Platform.dll
Syntax
public enum ShellComponent.CornerPreference
Fields
| Name | Description |
|---|---|
| Default | Let windows decide if the window corners are rounded. |
| DoNotRound | Do not round the corners of the window. |
| Round | Round the corners of the window. |
| RoundSmall | Round the corners of the window, with a smaller radius. |