Click or drag to resize

ShapeTextVerticalOverflow Property

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

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

Property Value

TextVerticalOverflowType
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