TextBackColor Property
Applies To
Vision Object: Text
Description
Sets the background color for text.
Usage
VGet Sequence.Object.TextBackColor, var
VSet Sequence.Object.TextBackColor, 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
Character string showing the background color of the label
Default: "Transparent"
Remarks
Depending on the input image, color and shadows in the video image may reduce the legibility of character strings displayed. If this happens, use TextBackColor to make labels easier to read.
See Also
PassColor Property, FailColor Property