Gets the highest level C1Block elements inside the range.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public IEnumerable<C1Block> Blocks { get; }
Visual Basic
Public ReadOnly Property Blocks As IEnumerable(Of C1Block)
	Get

See Also