HasText Property (RenderVerticalText)
In This Topic
Gets a value indicating whether the
RenderText.Text property of the current object is not
null and has a greater than zero length.
Syntax
'Declaration
Public Overridable ReadOnly Property HasText As Boolean
public virtual bool HasText {get;}
See Also