ViewWindow.ShowTextBackdrops Property

Top 

Description

Determines whether a dark background is drawn behind text. This option can improve text readability. This property takes negative precedence to the GraphicsOverlay.ShowTextBackDrop property.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myViewWindow1.ShowTextBackdrops;

 

myViewWindow1.ShowTextBackdrops = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide