Enum WindowRoundedCornerPreference
Flags used to specify the rounded corner preference for a window.
public enum WindowRoundedCornerPreference
Fields
Default = 0
Let the system decide whether to round window corners.
NotRound = 1
No round window corners.
Round = 2
Round the corners.
RoundSmall = 3
Round the corners if appropriate, with a smaller radius.