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)
Syntaxpublic Nullable<int> Index { get; set; }
Public Property Index As Nullable(Of Integer)
Get
Set
Dim instance As TextPattern
Dim value As Nullable(Of Integer)
value = instance.Index
instance.Index = value
public:
property Nullable<int> Index {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32
See Also