ShapeText.WordWrap Property
In This Article
Gets or sets whether to wrap text in a shape.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to wrap the shape text; otherwise, false. |
#Remarks
When the WordWrap is set to true, the ShapeText.VerticalOverflow and ShapeText.HorizontalOverflow property values are ignored.
See Also