View.TextAlignmentViewEnd フィールド

定義

注意事項

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

ビューの末尾に揃えます。ビューの解決された layoutDirection が LTR の場合はALIGN_RIGHTされ、それ以外の場合はALIGN_LEFT。

[Android.Runtime.Register("TEXT_ALIGNMENT_VIEW_END")]
[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 TextAlignmentViewEnd = 6;
[<Android.Runtime.Register("TEXT_ALIGNMENT_VIEW_END")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.", true)>]
val mutable TextAlignmentViewEnd : Android.Views.TextAlignment

フィールド値

Value = 6
属性

注釈

ビューの末尾に揃えます。ビューの解決された layoutDirection が LTR の場合はALIGN_RIGHTされ、それ以外の場合はALIGN_LEFT。

#setTextAlignment(int) と併用する

Javaドキュメント。

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

適用対象