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