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

In This Topic
    Children Property (RenderArea)
    In This Topic
    Gets the collection of child render objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As RenderObjectCollection
    public RenderObjectCollection Children {get;}
    See Also