PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderText Class / TextLength Property

In This Topic
    TextLength Property (RenderText)
    In This Topic
    Gets the length of the string returned by the Text property.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property TextLength As Integer
    public override int TextLength {get;}
    See Also