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

Represents TextRange provider.

Definition

Namespace:Telerik.Windows.Automation.FixedDocumentViewer

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class TextRangeProvider : ITextRangeProvider

Inheritance: objectTextRangeProvider

Implements: ITextRangeProvider

Constructors

Initializes a new instance of the TextRangeProvider class.

C#
public TextRangeProvider(FixedDocumentViewerBase fixedDocumentViewer, TextPosition startPosition, TextPosition endPosition)
Parameters:fixedDocumentViewerFixedDocumentViewerBase

The fixed document viewer.

startPositionTextPosition

The start position.

endPositionTextPosition

The end position.