Enum WindowCornerPreference
Ways you can round windows.
public enum WindowCornerPreference
Fields
Default = 0
Determined by system or application preference.
DoNotRound = 1
Do not round the corners.
Round = 2
Round the corners.
RoundSmall = 3
Round the corners slightly.