Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / renderText Field


In This Topic
    renderText Field (PSShape)
    In This Topic
    Internal use only. Whether to render the text.
    Syntax
    'Declaration
     
    
    Protected renderText As Boolean
    'Usage
     
    
    Dim instance As PSShape
    Dim value As Boolean
     
    value = instance.renderText
     
    instance.renderText = value
    protected bool renderText
    See Also