Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextOverflowPosition

Specifies which part of the text the Element replaces with an ellipsis when textOverflow is set to TextOverflow.Ellipsis.
Read time 1 minuteLast updated 6 days ago

Definition

public enum TextOverflowPosition

Fields

Value

Description

EndThe ellipsis replaces content at the end of the text. This is the default value.
MiddleThe ellipsis replaces content in the middle of the text.
StartThe ellipsis replaces content at the beginning of the text.