Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / WordWrap Property

In This Topic
    WordWrap Property (C1TextBox)
    In This Topic
    Gets or sets a value indicating whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.
    Syntax
    'Declaration
     
    
    Public Property WordWrap As Boolean
    public bool WordWrap {get; set;}
    See Also