ComponentOne RichTextBox for WPF and Silverlight
Children Property (C1TextElementView)

C1.WPF.RichTextBox Namespace > C1TextElementView Class : Children Property
Gets the collection of children for this view.
Syntax
'Declaration
 
Public ReadOnly Property Children As System.Collections.Generic.IEnumerable(Of C1TextElementView)
public System.Collections.Generic.IEnumerable<C1TextElementView> Children {get;}
See Also

Reference

C1TextElementView Class
C1TextElementView Members