言語

Layout.JustificationModeInterCharacter フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Text.JustificationMode enum directly instead of this field.

文字間隔を拡大してテキストが両端揃えであることを示す両端揃えモードの値。

[Android.Runtime.Register("JUSTIFICATION_MODE_INTER_CHARACTER", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.JustificationMode enum directly instead of this field.", true)]
public const Android.Text.JustificationMode JustificationModeInterCharacter = 2;
[<Android.Runtime.Register("JUSTIFICATION_MODE_INTER_CHARACTER", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.JustificationMode enum directly instead of this field.", true)>]
val mutable JustificationModeInterCharacter : Android.Text.JustificationMode

フィールド値

Value = 2
属性

注釈

文字間隔を拡大してテキストが両端揃えであることを示す両端揃えモードの値。

Javaドキュメント。

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

適用対象