Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphText Class / LastFragment Property

In This Topic
    LastFragment Property (ParagraphText)
    In This Topic
    Gets the last RenderParagraphFragment of all fragments produced by the containing RenderParagraph that contains the current ParagraphObject.
    Syntax
    'Declaration
     
    Public ReadOnly Property LastFragment As RenderParagraphFragment
    public RenderParagraphFragment LastFragment {get;}
    See Also