View.TextDirectionRtl フィールド

定義

注意事項

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

テキストの方向は RTL に強制されます。

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

フィールド値

Value = 4
属性

注釈

テキストの方向は RTL に強制されます。

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

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

適用対象