Skip to main content
A newer version of this page is available. .
Row

ShapeTextVerticalOverflowType Enum

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

Namespace: DevExpress.Spreadsheet

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

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