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

In This Topic
    TextLength Property (RenderTextBase)
    In This Topic
    Gets the lenght of text represented by the current object. (Do not use this property to test whether a non-empty text is assigned to the current object, use HasText instead.)
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property TextLength As Integer
    public abstract int TextLength {get;}
    See Also