[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Span

C1Span Class

Groups other C1Inline flow content elements.

Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.4.6.2.dll
Syntax
public class C1Span : C1Inline, IEnumerable<C1TextElement>, IEnumerable
Public Class C1Span
    Inherits C1Inline
    Implements IEnumerable(Of C1TextElement), IEnumerable

Constructors

Name Description
C1Span()

Properties

Name Description
Inlines

Gets the collection of C1Inline elements grouped by the C1Span.

Methods

Name Description
Add(C1Inline)

Adds a C1Inline element to the C1Span.

IsValidChild(Type)

Checks whether a type is a valid child of this C1TextElement.