ComponentOne RichTextBox for UWP
EditRanges Property

C1.Xaml.RichTextBox.Documents Namespace > C1TextRange Class : EditRanges Property
Returns a set of ranges inside this range where edit changes must be applied.
Syntax
'Declaration
 
Public ReadOnly Property EditRanges As System.Collections.Generic.IEnumerable(Of C1TextRange)
public System.Collections.Generic.IEnumerable<C1TextRange> EditRanges {get;}
See Also

Reference

C1TextRange Class
C1TextRange Members