Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomRibbonForm.FormCorners Property

Specifies the shape of form corners.

#Declaration

Delphi
property FormCorners: TdxFormCorners read; write; default fcDefault;

#Property Value

Type Default Description
TdxFormCorners fcDefault

A form corner shape.

#Remarks

Use the FormCorners property to switch between available corner shapes at the form level.

Refer to the TdxFormCorners type description for information on available options.

#Limitations

Rounded corners in a skinned form 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.

The FormCorners property affects the shape of the Ribbon form’s corners only if the following conditions are met:

If the active skin has predefined form corners, the fcRectangular value has no effect.

#Default Value

The FormCorners property’s default value is fcDefault.

The default FormCorners property value indicates that the global form corner setting (accessible through the FormCorners property of a TdxSkinController component) specifies the corner shape of the form.

See Also