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
[SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "Whim doesn't own this namespace.")]
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.