View.TextAlignmentViewStart フィールド

定義

注意事項

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

ビューの先頭に揃えます。ビューの解決済み layoutDirection が LTR の場合はALIGN_LEFTされ、それ以外の場合はALIGN_RIGHT。

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

フィールド値

Value = 5
属性

注釈

ビューの先頭に揃えます。ビューの解決済み layoutDirection が LTR の場合はALIGN_LEFTされ、それ以外の場合はALIGN_RIGHT。

`DurationTotalInMs` と使用します

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

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

適用対象