Click or drag to resize

ShapeTextHorizontalOverflow Property

Gets or sets a value to determine whether the text can flow out of the bounding box horizontally.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public TextHorizontalOverflowType HorizontalOverflow { get; set; }

Property Value

TextHorizontalOverflowType
Remarks
This is used to determine what happens in the event that the text within a shape is too large for the bounding box it is contained within.
See Also