Skip to main content

TdxCustomRibbonForm.FormCorners Property

Specifies the shape of form corners.

Declaration

property FormCorners: TdxFormCorners read; write; default fcDefault;

Property Value

Type Default Description
TdxFormCorners fcDefault

A form corner shape.

Remarks

Use this property to switch between available corner shapes for the skinned Ribbon form. The dxSkinFormCorners global variable determines the shape of form corners if the FormCorners property is set to fcDefault.

Ribbon Form Corners Example

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

Note

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.

The FormCorners property’s default value is fcDefault.

See Also