Skip to main content

TcxContainerStyle.Shadow Property

Specifies if the affected control displays a shadow effect.

Declaration

property Shadow: Boolean read; write;

Property Value

Type Description
Boolean

True if the affected control displays a shadow effect; otherwise, False.

Remarks

Style Setting Modification Flag

Any Shadow property value change adds the csvShadow flag to the AssignedValues property. To restore the default Shadow property value, remove the csvShadow flag.

To restore all default style settings simultaneously, call the RestoreDefaults procedure.

Default Value

The Shadow property’s default value is True.

See Also