PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderVerticalParagraph Class / HasContent Property

In This Topic
    HasContent Property (RenderVerticalParagraph)
    In This Topic
    Gets a value indicating whether the RenderParagraph.Content collection has been initialized and contains one or more elements.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasContent As Boolean
    public bool HasContent {get;}
    See Also