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


In This Topic
    renderText Field
    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