Gets the collection of children for this view.

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

Syntax

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

See Also