Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / WordWrap Property

In This Topic
    WordWrap Property
    In This Topic
    Indicates whether the editor automatically wraps words to the beginning of the next line when necessary in the Source mode.
    Syntax
    'Declaration
     
    Public Property WordWrap As System.Boolean
    public System.bool WordWrap {get; set;}
    See Also