Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderParagraphFragment Class / Level Property

In This Topic
    Level Property (RenderParagraphFragment)
    In This Topic
    Gets the nesting level of the current fragment in the fragments' tree. The topmost fragment (that has no parent) has level 1.
    Syntax
    'Declaration
     
    Public ReadOnly Property Level As Integer
    public int Level {get;}
    See Also