ComponentOne RichTextBox for WPF and Silverlight
Blocks Property (C1TextRange)

C1.Silverlight.RichTextBox.Documents Namespace > C1TextRange Class : Blocks Property
Gets the highest level C1Block elements inside the range.
Syntax
'Declaration
 
Public ReadOnly Property Blocks As System.Collections.Generic.IEnumerable(Of C1Block)
public System.Collections.Generic.IEnumerable<C1Block> Blocks {get;}
See Also

Reference

C1TextRange Class
C1TextRange Members