RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / Runs Property

In This Topic
    Runs Property (C1TextRange)
    In This Topic
    Gets the list of C1Run elements inside the range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Runs As IEnumerable(Of C1Run)
    public IEnumerable<C1Run> Runs {get;}
    See Also