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