Class TextMapItem
Inheritance
System.Object
TextMapItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.TextSearch
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TextMapItem
Constructors
TextMapItem(Int32, SpanLayoutBox, Int32)
Declaration
public TextMapItem(int index, SpanLayoutBox spanBox, int length)
Parameters
System.Int32
index
|
SpanLayoutBox
spanBox
|
System.Int32
length
|
Properties
Index
Declaration
public int Index { get; set; }
Property Value
System.Int32
|
Length
Declaration
public int Length { get; set; }
Property Value
System.Int32
|