BackTransparent property

This property returns or sets whether the background of a table is transparent. Specifying true means that no background color is used in this table. Specifying false uses the background color specified by the BackColor property.

Defined in

TextTable

Data type

boolean

Syntax

public boolean isBackTransparent() 
public void setBackTransparent(boolean transparent) 

See examples

Example: BackTransparent property