New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.TextSearch

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class TextMapItem

Inheritance: objectTextMapItem

Constructors

C#
public TextMapItem(int index, SpanLayoutBox spanBox, int length)
Parameters:indexintspanBoxSpanLayoutBoxlengthint

Properties

C#
public int Index { get; set; }
C#
public int Length { get; set; }
C#
public SpanLayoutBox SpanBox { get; set; }