Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / TextWrap Property


In This Topic
    TextWrap Property (ChartShape)
    In This Topic
    Gets or sets whether to wrap the text in the element.
    Syntax
    'Declaration
     
    
    Public Overrides Property TextWrap As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    instance.TextWrap = value
     
    value = instance.TextWrap
    public override bool TextWrap {get; set;}
    See Also