Back to Devexpress

ShapeText.VerticalOverflow Property

officefileapi-devexpress-dot-spreadsheet-dot-shapetext-f3185557.md

latest2.3 KB
Original Source

ShapeText.VerticalOverflow Property

Gets or sets the vertical overflow type for shape text.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ShapeTextVerticalOverflowType VerticalOverflow { get; set; }
vb
Property VerticalOverflow As ShapeTextVerticalOverflowType

Property Value

TypeDescription
ShapeTextVerticalOverflowType

A ShapeTextVerticalOverflowType enumeration member that specifies the vertical overflow type. The default is Clip.

|

Available values:

NameDescription
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.

VerticalOverflow = ClipVerticalOverflow = EllipsisVerticalOverflow = Overflow

See Also

HorizontalOverflow

ShapeText Interface

ShapeText Members

DevExpress.Spreadsheet Namespace