LabelBackColor Property

Applies To
Vision Objects: All vision objects other than Decision and Coordinates

Description
Sets the background color for an object's label.

Usage

VGet  Sequence.Object.LabelBackColor, var
VSet  Sequence.Object.LabelBackColor, value
Sequence
Name of a sequence or string variable containing a sequence name.
Object
Name of an object or string variable containing an object name. The object must exist in the specified sequence.
var
String variable that will contain the value of the property.
value
String or string expression for the new value of the property.

Values
String containing the name of the label background color.

Default: “Transparent”

Remarks
With some images, it is difficult to see the label because of the colors or shades of gray in the video image. Use LabelBackColor to make the label easier to read.

See Also
PassColor Property, FailColor Property