Back to Devexpress

ShapeText.HorizontalOverflow Property

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

latest2.3 KB
Original Source

ShapeText.HorizontalOverflow Property

Gets or sets the horizontal overflow type for shape text.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ShapeTextHorizontalOverflowType HorizontalOverflow { get; set; }
vb
Property HorizontalOverflow As ShapeTextHorizontalOverflowType

Property Value

TypeDescription
ShapeTextHorizontalOverflowType

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

|

Available values:

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.

|

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 = ClipHorizontalOverflow = Overflow

See Also

WordWrap

VerticalOverflow

ShapeText Interface

ShapeText Members

DevExpress.Spreadsheet Namespace