BackTransparent property

This property sets or gets whether the background is transparent. Specifying true means that no background color is used in this header or footer. Specifying false means to use the background color specified by the BackColor property.

Defined in

TextHeaderFooter

Data type

boolean

Syntax

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

See examples

Example: BackTransparent property