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