言語

View.TextDirectionAnyRtl フィールド

定義

注意事項

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

テキストの方向は "any-RTL" アルゴリズムを使用しています。

[Android.Runtime.Register("TEXT_DIRECTION_ANY_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 TextDirectionAnyRtl = 2;
[<Android.Runtime.Register("TEXT_DIRECTION_ANY_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 TextDirectionAnyRtl : Android.Views.TextDirection

フィールド値

Value = 2
属性

注釈

テキストの方向は "any-RTL" アルゴリズムを使用しています。 段落の方向は、強力な RTL 文字が含まれている場合は RTL です。それ以外の場合は、強力な LTR 文字が含まれている場合は LTR になります。 どちらも存在しない場合、段落の方向はビューの解決済みレイアウトの方向です。

Javaドキュメント。

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

適用対象