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