Back to Devexpress

cxContainerShadowWidth Constant

vcl-cxcontainer-6f04d2ca.md

latest656 B
Original Source

cxContainerShadowWidth Constant

Specifies the width of the shadow painted for container controls.

Declaration

delphi
const cxContainerShadowWidth = 3;

Remarks

Container controls (for instance, the TcxListBox control) use the TcxContainerStyle object to control their appearance. This object’s Shadow property specifies whether the shadow is displayed. The width of the shadow is specified by the cxContainerShadowWidth global constant which is equal to 3 by default.

See Also

cxContainer Unit