TextView.TextLocales プロパティ

定義

この TextView のテキストの既定値 LocaleList を取得します。 または、この TextView のテキストの既定値 LocaleList を指定された値に設定します。

public virtual Android.OS.LocaleList TextLocales { [Android.Runtime.Register("getTextLocales", "()Landroid/os/LocaleList;", "GetGetTextLocalesHandler", ApiSince=24)] get; [Android.Runtime.Register("setTextLocales", "(Landroid/os/LocaleList;)V", "GetSetTextLocales_Landroid_os_LocaleList_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getTextLocales", "()Landroid/os/LocaleList;", "GetGetTextLocalesHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setTextLocales", "(Landroid/os/LocaleList;)V", "GetSetTextLocales_Landroid_os_LocaleList_Handler", ApiSince=24)>]
member this.TextLocales : Android.OS.LocaleList with get, set

プロパティ値

この TextView のテキストの既定値 LocaleList

属性

注釈

プロパティ getter のドキュメント:

この TextView のテキストの既定値 LocaleList を取得します。

の Java ドキュメント android.widget.TextView.getTextLocales()

プロパティ セッターのドキュメント:

この TextView のテキストの既定値 LocaleList を指定した値に設定します。

この値は、あいまいな文字に対して適切な書体を選択するために使用されます (通常、CJK ロケールで Hanzi/Kanji/Hanja 文字のあいまいさを解消するために使用されます)。 また、改行など、テキスト表示の他の側面にも影響します。

の Java ドキュメント android.widget.TextView.setTextLocales(android.os.LocaleList)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象