Gets or sets the unformatted text contents of this text C1Run.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string Text { get; set; }
Visual Basic
Public Property Text As String
	Get
	Set
XAML Attribute Usage
<object Text="string" .../>

Remarks

Note that it will be much faster to use Insert(Int32, String) or Remove(Int32, Int32) methods when possible.

See Also