Enum
RoundedCornersStyle

An enumeration that defines options for form round corners in Windows 11.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
[Flags]
public enum RoundedCornersStyle

Fields

Default

Let the system decide whether or not to round window corners.

Declaration

cs-api-definition
Default = 0

Field Value

RoundedCornersStyle

None

Never round window corners.

Declaration

cs-api-definition
None = 1

Field Value

RoundedCornersStyle

Round

Round the corners if appropriate.

Declaration

cs-api-definition
Round = 2

Field Value

RoundedCornersStyle

RoundSmall

Round the corners if appropriate, with a small radius.

Declaration

cs-api-definition
RoundSmall = None | Round

Field Value

RoundedCornersStyle

In this article
DefinitionFieldsDefaultNoneRoundRoundSmall
Not finding the help you need?
Contact Support