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

In This Topic
    Blocks Property (C1TextRange)
    In This Topic
    Gets the highest level C1Block elements inside the range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Blocks As IEnumerable(Of C1Block)
    public IEnumerable<C1Block> Blocks {get;}
    See Also