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.
See Also