BackTransparent property

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

Defined in

TextRange

Data type

boolean

Syntax

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

See examples

Example: BackTransparent property