Back to Devexpress

dxSkinFormCorners Variable

vcl-cxlookandfeels-21985519.md

latest676 B
Original Source

dxSkinFormCorners Variable

Specifies the shape of form corners used by an application.

Declaration

delphi
var dxSkinFormCorners: TdxFormCorners = dxDefaultSkinFormCorners;

Variable Value

TypeDescription
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.

See Also

cxLookAndFeels Unit