vcl-cxlookandfeels-dot-tcxcustomlookandfeelcontroller-2776e642.md
Specifies the corner shape of all skinned forms.
property FormCorners: TdxFormCorners read; write; default dxDefaultSkinFormCorners;
| Type | Default | Description |
|---|---|---|
| TdxFormCorners | dxDefaultSkinFormCorners |
The form corner shape.
|
Use the FormCorners property to change the corner shape of skinned forms in an application.
Refer to the TdxFormCorners type description for information on available options.
TdxSkinForm.FormCorners and TdxCustomRibbonForm.FormCorners properties allow you to override the global form corner shape setting at the level of individual forms.
All pop-up menus in DevExpress controls used in an application have rounded corners when the following conditions are met:
FormCorners property is set to fcDefault, fcRounded, or fcSmallRounded.True.Note
Rounded corners in skinned forms appear aliased under Microsoft Windows® 10 compared to Windows 11. We recommend that you use rounded corners for applications that target Microsoft Windows® 11 only.
Rounded form corner effects for Ribbon and Fluent Design forms[1] have the following limitations when the application is running on Microsoft Windows® 10 or an earlier operating system version:
2 pixels at 96 DPI.The FormCorners property’s default value is fcDefault.
The default FormCorners property value indicates that the corner shape of a skinned application depends on the dxSkinFormCorners global constant value.
Footnotes
All other form types support all corner shapes only under Microsoft Windows® 11.
One-pixel border at 96 DPI.
This limitation affects the majority of bitmap-based skins.
See Also
TcxCustomLookAndFeelController.UseSkins Property
TcxCustomLookAndFeelController.UseSkinsInPopupMenus Property
TcxCustomLookAndFeelController Class