View.TextDirectionFirstStrongLtr フィールド

定義

注意事項

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_LTR", 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 TextDirectionFirstStrongLtr = 6;
[<Android.Runtime.Register("TEXT_DIRECTION_FIRST_STRONG_LTR", 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 TextDirectionFirstStrongLtr : Android.Views.TextDirection

フィールド値

Value = 6
属性

注釈

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

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

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

適用対象