Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ShapeText.WordWrap Property

Gets or sets whether to wrap text in a shape.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool WordWrap { get; set; }

Property Value

Type Description
Boolean

true, to wrap the shape text; otherwise, false.

Remarks

When the WordWrap is set to true, the ShapeText.VerticalOverflow property value is ignored.

See Also