Skip to main content
Row

ShapeText.WordWrap Property

Gets or sets whether to wrap text in a shape.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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