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

In This Topic
    HasText Property (RenderVerticalParagraph)
    In This Topic
    Gets a value indicating whether the RenderParagraph.Content collection has been initialized and contains one or more elements.

    This property is an alias for the RenderParagraph.HasContent property.

    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property HasText As Boolean
    public virtual bool HasText {get;}
    See Also