View.TextDirectionFirstStrong フィールド

定義

注意事項

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

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

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

フィールド値

Value = 1
属性

注釈

テキストの方向は、"第 1 の強力なアルゴリズム" を使用しています。 最初の強い方向文字によって段落の方向が決まります。 強い方向の文字がない場合、段落の方向はビューの解決されたレイアウトの方向です。

Javaドキュメント。

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

適用対象