View.TextDirectionFirstStrongRtl フィールド

定義

注意事項

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

テキストの方向は、"最初の強力なアルゴリズム" を使用しています。

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

フィールド値

Value = 7
属性

注釈

テキストの方向は、"最初の強力なアルゴリズム" を使用しています。 最初の強い方向の文字によって、段落の方向が決まります。 強い方向の文字がない場合、段落の方向は RTL です。

android.view.View.TEXT_DIRECTION_FIRST_STRONG_RTLJava ドキュメント。

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

適用対象