Enum DWM_WINDOW_CORNER_PREFERENCE
Flags used by DwmSetWindowAttribute(HWND, DWMWINDOWATTRIBUTE, void*, uint) to specify the rounded
corner preference for a window.
For more, see https://docs.microsoft.com/en-au/windows/win32/api/dwmapi/ne-dwmapi-dwm_window_corner_preference
public enum DWM_WINDOW_CORNER_PREFERENCE
Fields
DWMWCP_DEFAULT = 0
- Let the system decide when to round window corners.
DWMWCP_DONOTROUND = 1
- Never round window corners.
DWMWCP_ROUND = 2
- Round the corners, if appropriate.
DWMWCP_ROUNDSMALL = 3
- Round the corners, if appropriate, with a small radius.