ActiveReports Developer 7
WrapMode Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > TextBox Class : WrapMode Property

Glossary Item Box

Indicates how and whether a multi-line text control automatically wraps words to the beginning of the next line when necessary.

Syntax

Visual Basic (Declaration) 
Public Property WrapMode As WrapMode
C# 
public WrapMode WrapMode {get; set;}

See Also