Skip to main content

cxContainerShadowWidth Constant

Specifies the width of the shadow painted for container controls.

Declaration

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