ComponentOne RichTextBox for WPF and Silverlight
Runs Property (C1TextRange)

C1.WPF.RichTextBox.Documents Namespace > C1TextRange Class : Runs Property
Gets the list of C1Run elements inside the range.
Syntax
'Declaration
 
Public ReadOnly Property Runs As System.Collections.Generic.IEnumerable(Of C1Run)
public System.Collections.Generic.IEnumerable<C1Run> Runs {get;}
See Also

Reference

C1TextRange Class
C1TextRange Members