View.TextAlignmentInherit フィールド

定義

注意事項

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

既定のテキストの配置。

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

フィールド値

Value = 0
属性

注釈

既定のテキストの配置。 このビューのテキストの配置は、その親から継承されます。 #setTextAlignment(int) と併用する

Javaドキュメント。

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

適用対象