FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ParagraphField Class / Content Property

In This Topic
    Content Property (ParagraphField)
    In This Topic
    Gets the ParagraphItemCollection representing the content of the current paragraph.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As ParagraphItemCollection
    public ParagraphItemCollection Content {get;}
    See Also