PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderRoundRectangleFragment Class / Children Property

In This Topic
    Children Property (RenderRoundRectangleFragment)
    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 RenderFragment.HasChildren to test whether there are any children without initializing RenderFragment.Children.
    See Also