PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObject Class / Parent Property

In This Topic
    Parent Property (RenderObject)
    In This Topic
    Gets the parent RenderObject containing the current object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As RenderObject
    public RenderObject Parent {get;}
    See Also