TextView.JustificationMode プロパティ

定義

理由モードを設定します。

public virtual Android.Text.JustificationMode JustificationMode { [Android.Runtime.Register("getJustificationMode", "()I", "GetGetJustificationModeHandler", ApiSince=26)] get; [Android.Runtime.Register("setJustificationMode", "(I)V", "GetSetJustificationMode_IHandler", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getJustificationMode", "()I", "GetGetJustificationModeHandler", ApiSince=26)>]
[<set: Android.Runtime.Register("setJustificationMode", "(I)V", "GetSetJustificationMode_IHandler", ApiSince=26)>]
member this.JustificationMode : Android.Text.JustificationMode with get, set

プロパティ値

現在段落揃えモードの場合は true。

属性

注釈

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

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

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

理由モードを設定します。 既定値は Layout#JUSTIFICATION_MODE_NONE です。 最後の行が理由に対して短すぎる場合、最後の行は によって android.view.View#setTextAlignment設定された配置と共に表示されます。

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

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

適用対象