Skip to main content
Row

ShapeTextVerticalOverflowType Enum

Lists values used to specify how to display text that overflows the shape vertically.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum ShapeTextVerticalOverflowType

Members

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.

Related API Members

The following properties accept/return ShapeTextVerticalOverflowType values:

Remarks

The ShapeTextVerticalOverflowType enumeration values are used by the ShapeText.VerticalOverflow property.

See Also