ComponentOne RichTextBox for UWP
Children Property (C1TextElement)

C1.Xaml.RichTextBox.Documents Namespace > C1TextElement Class : Children Property
Get all children of this C1TextElement.
Syntax
'Declaration
 
Public ReadOnly Property Children As System.Collections.ObjectModel.Collection(Of C1TextElement)
public System.Collections.ObjectModel.Collection<C1TextElement> Children {get;}
Remarks
This collection can be used to easily manipulate the document tree without knowing the type of this C1TextElement. Note that this allows you to create invalid documents, you can use IsValidChild to know if a type is a valid child of this C1TextElement.
See Also

Reference

C1TextElement Class
C1TextElement Members