ShapeText.HorizontalOverflow Property
Gets or sets the horizontal overflow type for shape text.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
ShapeTextHorizontalOverflowType | A ShapeTextHorizontalOverflowType enumeration member that specifies the horizontal overflow type. The default is Clip. |
Available values:
Name | Description |
---|---|
Clip | Hides text that does not fit horizontally within the shape’s bounds. |
Overflow | Allows text to overflow the shape horizontally. |
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 |
---|---|
See Also