TextLength Property (RenderRichText)
In This Topic
Gets the "real" length of the text assigned to the
Rtf property. Only the actual text characters are counted,
RTF tags are not included in the count.
Syntax
'Declaration
Public ReadOnly Property TextLength As Integer
public int TextLength {get;}
See Also