ShapeTextVerticalOverflow Property |
Gets or sets a value to determine whether the text can flow out of the bounding box vertically.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public TextVerticalOverflowType VerticalOverflow { get; set; }
Public Property VerticalOverflow As TextVerticalOverflowType
Get
Set
Property Value
TextVerticalOverflowTypeRemarks
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