次の方法で共有


UITextAlignment 列挙型

定義

テキスト配置の列挙。

public enum UITextAlignment
type UITextAlignment = 
継承
UITextAlignment

フィールド

Center 1

テキストは中央揃えで配置されています。

Justified 3

テキストは余白に広がります。

Left 0

テキストは左揃えです。

Natural 4

配置は、テキストのスクリプトに基づいています。

Right 2

テキストは右揃えです。

適用対象