Enum WindowCornerPreference
Enumerates the possible corner drawing configurations for windows.
Namespace: TheXDS.MCART.PInvoke.Models
Assembly: MCART.Windows.dll
Syntax
[CLSCompliant(false)]
public enum WindowCornerPreference : uint
Fields
| Name | Description |
|---|---|
| Default | Let the system automatically determine how corners are drawn. |
| DoNotRound | Do not round corners. |
| Round | Round corners, if appropriate. |
| RoundSmall | Round corners with a small radius, if appropriate. |