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