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

textCase

A stylistic override to transform the case of Text when displayed, using the environment’s locale. 表示される時にTextのケースを変形する文体上のオーバーライド、環境のもつロケールを使います。

Declaration 宣言

var textCase: Text.Case? { get set }

Discussion 議論

The default value is nil, displaying the Text without any case changes.

See Also 参照

Text Styles