C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderTextFragmentBase Class / Children Property

In This Topic
Children Property (RenderTextFragmentBase)
In This Topic
Gets a RenderFragmentCollection containing the child fragments of the current fragment.
Syntax
'Declaration
 
Public ReadOnly Property Children As RenderFragmentCollection
 
Remarks
This property always returns a non-null fragments collection, initializing it if it has not been initialized yet. Use HasChildren to test whether there are any children without initializing Children.
See Also