Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / TextWrap Property
Example


In This Topic
    TextWrap Property (ElementContainerControl)
    In This Topic
    Gets or sets whether to automatically wrap text without line breaks.
    Syntax
    'Declaration
     
    
    Public Overridable Property TextWrap As Boolean
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim value As Boolean
     
    instance.TextWrap = value
     
    value = instance.TextWrap
    public virtual bool TextWrap {get; set;}
    Example
    element.TextWrap = true;
    element.TextWrap = True;
    See Also