Skip to main content

TdxTileControlItemText.Color Property

Specifies the background color of the text block.

Declaration

property Color: TColor read; write; default clDefault;

Property Value

Type Default
TColor clDefault

Remarks

Changing this property sets the avColor flag within the AssignedValues property.

Note

The Color property setting is ignored if the Transparent property is set to True in order to make the background transparent.

The default value of the Color property is clDefault.

See Also