Groups other C1Inline flow content elements.

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

Syntax

C#
[ContentPropertyAttribute("Inlines")]
public class C1Span : C1Inline
Visual Basic
<ContentPropertyAttribute("Inlines")> _
Public Class C1Span _
	Inherits C1Inline
XAML Object Element Usage
<C1Span>
  Inlines
</C1Span>

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