Represents an Html text node.

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 class C1HtmlText : C1HtmlNode
Visual Basic
Public Class C1HtmlText _
	Inherits C1HtmlNode
XAML Object Element Usage
<C1HtmlText .../>

Inheritance Hierarchy

System..::..Object
  C1.Phone.RichTextBox.Documents..::..C1HtmlNode
    C1.Phone.RichTextBox.Documents..::..C1HtmlText

See Also