ShapeText.WordWrap Property
Gets or sets whether to wrap text in a shape.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.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 property value is ignored.
See Also