XRAppearanceObject.WordWrap Property
Specifies whether or not to wrap the text.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to enable word-wrapping; otherwise false. |
Remarks
Any string is displayed on-screen within a specific rectangle. When text wrapping is enabled, the string wraps at the right edge of the rectangle. Otherwise, the string is displayed in a single line.
The WordWrap property specifies how the string is rendered when it does not completely fit into the rectangle.
See Also