An inline-level flow content element intended to contain a run of formatted or unformatted text.

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

Syntax

C#
[DebuggerDisplayAttribute("C1Run Text="{Text}"")]
public class C1Run : C1Inline
Visual Basic
<DebuggerDisplayAttribute("C1Run Text="{Text}"")> _
Public Class C1Run _
	Inherits C1Inline
XAML Object Element Usage
<C1Run .../>

Inheritance Hierarchy

System..::..Object
  C1.Phone.RichTextBox.Documents..::..C1TextElement
    C1.Phone.RichTextBox.Documents..::..C1Inline
      C1.Phone.RichTextBox.Documents..::..C1Run

See Also