Options for handling vertical text overflow. Used by Text's verticalOverflow property.
verticalOverflow
//@input Component.Text textComponentscript.textComponent.verticalOverflow = VerticalOverflow.Truncate; Copy
//@input Component.Text textComponentscript.textComponent.verticalOverflow = VerticalOverflow.Truncate;
Text will continue to draw past the end of the vertical boundaries.
Text will shrink to fit within the vertical boundaries.
Text will be clipped at the end of the vertical boundaries.
Options for handling vertical text overflow. Used by Text's
verticalOverflow
property.Example