Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / CanRenderText Property


In This Topic
    CanRenderText Property (PSShape)
    In This Topic
    Gets or sets whether the shape renders its text.
    Syntax
    'Declaration
     
    
    Public Overridable Property CanRenderText As Boolean
    'Usage
     
    
    Dim instance As PSShape
    Dim value As Boolean
     
    instance.CanRenderText = value
     
    value = instance.CanRenderText
    public virtual bool CanRenderText {get; set;}
    See Also