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

ShapeText.HorizontalOverflow Property

Gets or sets the horizontal overflow type for shape text.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ShapeTextHorizontalOverflowType HorizontalOverflow { get; set; }

Property Value

Type Description
ShapeTextHorizontalOverflowType

A ShapeTextHorizontalOverflowType enumeration member that specifies the horizontal overflow type. The default is Clip.

Remarks

Use the HorizontalOverflow property to specify whether the text can flow outside a shape horizontally. This property is in effect only when the ShapeText.WordWrap property value is false.

HorizontalOverflow = Clip HorizontalOverflow = Overflow
Spreadsheet_ShapeText_HorizontalOverflow_Clip Spreadsheet_ShapeText_HorizontalOverflow_Overflow
See Also