Represents the information about the Word processing capabilities of the RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
C#
public class RadRichTextBoxWordInfo : IWordInfo
Inheritance: objectRadRichTextBoxWordInfo
Implements:
Properties
Represents the word information in the RadRichTextBox.
C#
public string Word { get; }
Implements:
Represents the position of a word within the RadRichTextBox control.
C#
public TextRange WordPosition { get; }