ShowLabel Property
Applies To
Vision Object: Text
Description
Specifies whether to show a label for rendered character strings.
Usage
VGet Sequence.Object.ShowLabel, var
VSet Sequence.Object.ShowLabel, value
- Sequence
- 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
- Boolean variable that will contain the value of the property.
- value
- Boolean value or expression for the new value of the property.
Values
- 0 - False: Do not show label.
- -1 - True: Show a label.
Default: True
Remarks
You can switch the format of character strings rendered with the Text object. Set the ShowLabel property to "True" to add a label indicating the type of results as a prefix to character strings. Set this to "True" to distinguish between result types from character strings rendered in an image.
See Also
Text Object, ResultObject Property, ResultText1 to 3 Property