PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderFragment Class / Children Property

In This Topic
    Children Property (RenderFragment)
    In This Topic
    Gets a RenderFragmentCollection containing the child fragments of the current fragment.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As RenderFragmentCollection
    public RenderFragmentCollection Children {get;}
    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