Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderVerticalParagraph Class / TextLength Property

In This Topic
    TextLength Property (RenderVerticalParagraph)
    In This Topic
    Gets the count of characters in the current paragraph. Each non-text object (such as ParagraphImage) counts as one character.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property TextLength As Integer
    public virtual int TextLength {get;}
    See Also