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

In This Topic
    Runs Property
    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