Instance Property インスタンスプロパティ

truncationMode

A value that indicates how the layout truncates the last line of text to fit into the available space. ある値、それはどのようにレイアウトがテキストの最後の行を切り詰めて、利用可能な空間へとぴったり合わせるかを指し示します。

Declaration 宣言

var truncationMode: Text.TruncationMode { get set }

Discussion 議論

The default value is Text.TruncationMode.tail. Some controls, however, might have a different default if appropriate.

See Also 参照

Text Styles