ViewWindow.DisableLabelBackdrops Property

Top 

Description

This property has been Deprecated. Please use ViewWindow.ShowLabelBackdrops instead.

 

Determines whether a translucent black rectangle is drawn behind annotations in the 2d map mode of the Mission View. This option can improve text readability. This property takes negative precedence to the GraphicsOverlay.ShowTextBackDrop property.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myViewWindow1.DisableLabelBackdrops;

 

myViewWindow1.DisableLabelBackdrops = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide