View.TextAlignmentGravity フィールド

定義

注意事項

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

ルート ビューの既定値。

[Android.Runtime.Register("TEXT_ALIGNMENT_GRAVITY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.", true)]
public const Android.Views.TextAlignment TextAlignmentGravity = 1;
[<Android.Runtime.Register("TEXT_ALIGNMENT_GRAVITY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.", true)>]
val mutable TextAlignmentGravity : Android.Views.TextAlignment

フィールド値

Value = 1
属性

注釈

ルート ビューの既定値。 重力によって、各段落のテキストの方向に対する相対的なテキストの配置、ALIGN_NORMAL、ALIGN_CENTER、またはALIGN_OPPOSITEが決まります。

`DurationTotalInMs` と使用します

の Java ドキュメント android.view.View.TEXT_ALIGNMENT_GRAVITY

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

適用対象