View.TextAlignmentTextEnd フィールド

定義

注意事項

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

段落の末尾に合わせます。e.

[Android.Runtime.Register("TEXT_ALIGNMENT_TEXT_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 TextAlignmentTextEnd = 3;
[<Android.Runtime.Register("TEXT_ALIGNMENT_TEXT_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 TextAlignmentTextEnd : Android.Views.TextAlignment

フィールド値

Value = 3
属性

注釈

段落の末尾に揃えます (例: ALIGN_OPPOSITE)。

`DurationTotalInMs` と使用します

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

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

適用対象