View.TextDirectionFirstStrong フィールド

定義

注意事項

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")]
[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
属性

注釈

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

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

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

適用対象