Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ShapeText.VerticalOverflow Property

Gets or sets the vertical overflow type for shape text.

Namespace: DevExpress.Spreadsheet

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

Declaration

ShapeTextVerticalOverflowType VerticalOverflow { get; set; }

Property Value

Type Description
ShapeTextVerticalOverflowType

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

Remarks

Use the VerticalOverflow property to specify whether the text can flow outside a shape vertically.

VerticalOverflow = Clip VerticalOverflow = Ellipsis VerticalOverflow = Overflow
Spreadsheet_ShapeText_VerticalOverflow_Clip Spreadsheet_ShapeText_VerticalOverflow_Ellipsis Spreadsheet_ShapeText_VerticalOverflow_Overflow
See Also