ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / TextBox Class / WrapMode Property

In This Topic
    WrapMode Property (TextBox)
    In This Topic
    Indicates how and whether a multi-line text control automatically wraps words to the beginning of the next line when necessary.
    Syntax
    'Declaration
     
    Public Property WrapMode As GrapeCity.ActiveReports.Drawing.WrapMode
    public GrapeCity.ActiveReports.Drawing.WrapMode WrapMode {get; set;}
    See Also