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_LTR JAVA 檔。

此頁面的部分是根據所建立和共用的工作進行修改,並根據 2.5 屬性授權中所述的詞彙來使用。

適用於