Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / TextWrap Property


In This Topic
    TextWrap Property (IElementStyle)
    In This Topic
    Gets or sets whether to wrap text.
    Syntax
    'Declaration
     
    
    Property TextWrap As Boolean
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As Boolean
     
    instance.TextWrap = value
     
    value = instance.TextWrap
    bool TextWrap {get; set;}
    See Also