Skip to main content

TdxSkinForm.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 form. The dxSkinFormCorners global variable determines the shape of form corners if the FormCorners property is set to fcDefault.

Skinned Form Corners Example

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

The FormCorners property’s default value is fcDefault.

See Also