ShapeText.VerticalOverflow Property
In This Article
Gets or sets the vertical overflow type for shape text.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ShapeTextVerticalOverflowType VerticalOverflow { get; set; }
#Property Value
Type | Description |
---|---|
Shape |
A Shape |
Available values:
Name | Description |
---|---|
Clip | Hides text that does not fit vertically within the shape’s bounds. |
Ellipsis | Hides text that does not fit vertically within the shape’s bounds and adds an ellipsis (…) at the end of the visible text. |
Overflow | Allows text to overflow the shape vertically. Currently not supported. |
#Remarks
Use the VerticalOverflow property to specify whether the text can flow outside a shape vertically.
Vertical |
Vertical |
Vertical |
---|---|---|
![]() |
![]() |
![]() |
See Also