vcl-cxlookandfeels-322805b8.md
Enumerates form corner options.
TdxFormCorners = (
fcDefault,
fcRectangular,
fcRounded,
fcSmallRounded
);
| Name | Description | Example |
|---|---|---|
fcDefault |
A form uses a corner shape setting imported from the dxSkinFormCorners global variable. If its value is also fcDefault , the form corner shape depends on the operating system version.
If an application is running on Windows 11, this option has the same effect as fcRounded. Otherwise, fcDefault is identical to fcRectangular.
|
|
| fcRectangular |
Form corners are square.
This option also makes pop-up menu corners square for DevExpress controls under Microsoft Windows 11.
|
|
| fcRounded |
Form corners are rounded. The corner’s radius depends on the DPI of the screen where the form is displayed.
For example, the radius is 8 pixels at 96 dpi.
|
|
| fcSmallRounded |
Form corners are rounded. The corner’s radius depends on the DPI of the screen where the form is displayed.
For example, the radius is 4 pixels at 96 dpi.
|
|
Skinned forms can have rounded corners on all supported operating systems, but the fcRounded and fcSmallRounded options have the following limitations on Ribbon and Fluent Design forms if an application is running on an operating system earlier than Windows 11:
Ribbon Form
Fluent Design Form
The following public API members reference the TdxFormCorners type:
See Also