Skip to main content
A newer version of this page is available. .

XRAppearanceObject.WordWrap Property

Specifies whether or not to wrap the text.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(true)]
public override bool WordWrap { get; set; }

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