Enum TextOverflowPosition
Specifies which part of the text the Element replaces with an ellipsis when textOverflow is set to TextOverflow.Ellipsis.
Namespace: UnityEngine.UIElements
Syntax
public enum TextOverflowPosition : int
Fields
Name | Description | Value |
---|---|---|
End | The ellipsis replaces content at the end of the text. This is the default value. |
|
Middle | The ellipsis replaces content in the middle of the text. |
|
Start | The ellipsis replaces content at the beginning of the text. |