WordInfo
Class
Represents information about a word found during text search operations.
Definition
Namespace:Telerik.Windows.Documents.TextSearch
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class WordInfo
Inheritance: objectWordInfo
Properties
Represents a word in the text search functionality of the Telerik library. Contains properties and methods to retrieve information about the word.
C#
public string Word { get; }
Represents the position of a word within a text document. This information is used for searching and indexing text content in the document.
C#
public TextRange WordPosition { get; }