An inline-level flow content element that provides facilities for hosting hyperlinks within flow content.

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 C1Hyperlink : C1Span
Visual Basic
Public Class C1Hyperlink _
	Inherits C1Span
XAML Object Element Usage
<C1Hyperlink>
  Inlines
</C1Hyperlink>

Inheritance Hierarchy

System..::..Object
  C1.Phone.RichTextBox.Documents..::..C1TextElement
    C1.Phone.RichTextBox.Documents..::..C1Inline
      C1.Phone.RichTextBox.Documents..::..C1Span
        C1.Phone.RichTextBox.Documents..::..C1Hyperlink

See Also