Back to Devexpress

ShapeTextHorizontalOverflowType Enum

officefileapi-devexpress-dot-spreadsheet-d1179a86.md

latest1.4 KB
Original Source

ShapeTextHorizontalOverflowType Enum

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ShapeTextHorizontalOverflowType
vb
Public Enum ShapeTextHorizontalOverflowType

Members

NameDescription
Clip

Hides text that does not fit horizontally within the shape’s bounds.

| | Overflow |

Allows text to overflow the shape horizontally. Currently not supported.

|

The following properties accept/return ShapeTextHorizontalOverflowType values:

Remarks

The ShapeTextHorizontalOverflowType enumeration values are used by the ShapeText.HorizontalOverflow property.

See Also

DevExpress.Spreadsheet Namespace