Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / TextWrap Property


In This Topic
    TextWrap Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property TextWrap As Boolean
    'Usage
     
    
    Dim instance As IElement
    Dim value As Boolean
     
    instance.TextWrap = value
     
    value = instance.TextWrap
    bool TextWrap {get; set;}
    See Also