HasText Property (RenderVerticalParagraph)
In This Topic
Gets a value indicating whether the
Content collection has been initialized and contains one or more elements.
This property is an alias for the HasContent property.
Syntax
'Declaration
Public Overridable ReadOnly Property HasText As Boolean
public virtual bool HasText {get;}
See Also