ActiveReports 18 .NET Edition
MESCIUS.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 WrapMode
    public WrapMode WrapMode {get; set;}
    See Also