ComponentOne RichTextBox for UWP
Children Property (C1HtmlElement)

C1.Xaml.RichTextBox.Documents Namespace > C1HtmlElement Class : Children Property
Gets the children of this C1HtmlElement.
Syntax
'Declaration
 
Public ReadOnly Property Children As System.Collections.Generic.IEnumerable(Of C1HtmlNode)
public System.Collections.Generic.IEnumerable<C1HtmlNode> Children {get;}
See Also

Reference

C1HtmlElement Class
C1HtmlElement Members