Skip to main content
A newer version of this page is available. .

dxSkinFormCorners Variable

Specifies the shape of form corners used by an application.

Declaration

var dxSkinFormCorners: TdxFormCorners = fcDefault;

Variable Value

Type Description
TdxFormCorners

A form corner shape.

Remarks

A skin controller‘s FormCorners property maps to the dxSkinFormCorners global variable. All skin controllers in an application share the same form shadow visibility setting.

Note

If you change the dxSkinFormCorners value directly, call the RootLookAndFeel.Refresh procedure to use a new form corner shape in your application.

See Also