Version: 2020.3
言語: 日本語

TextOverflowPosition

enumeration

マニュアルに切り替える

説明

Specifies which part of the text the Element replaces with an ellipsis when textOverflow is set to TextOverflow.Ellipsis.

変数

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