TextAreaProperties.TextWrapping Property
Gets or sets the text wrapping type for the text area.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<TextWrappingType> | The text wrapping type for the text area. |
Available values:
| Name | Description |
|---|---|
| None | Indicates that the text is not wrapped. |
| Square | Indicates that the text is wrapped around the shape in a square pattern. |
See Also