An enumeration that defines options for form round corners in Windows 11.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
[Flags]
public enum RoundedCornersStyle
Fields
Let the system decide whether or not to round window corners.
C#
Default = 0
Never round window corners.
C#
None = 1
Round the corners if appropriate.
C#
Round = 2
Round the corners if appropriate, with a small radius.
C#
RoundSmall = None | Round