Click or drag to resize

TextPatternIndex Property

The index of the sought-for object among other objects that have the same text. TestLeft assigns indexes to objects from left to right. If several objects have the same left coordinate, they are indexed from top to bottom.

Namespace:  SmartBear.TestLeft.TestObjects.TextRecognition
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public Nullable<int> Index { get; set; }

Property Value

Type: NullableInt32
See Also