Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderVerticalText Class / HasText Property

In This Topic
    HasText Property (RenderVerticalText)
    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 Overridable ReadOnly Property HasText As Boolean
    public virtual bool HasText {get;}
    See Also