View.TextDirectionRtl 欄位

定義

警告

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

文字方向會強制為 RTL。

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

欄位值

Value = 4
屬性

備註

文字方向會強制為 RTL。

android.view.View.TEXT_DIRECTION_RTL JAVA 檔。

此頁面的部分是根據 原始碼專案所建立和共用的工作進行修改,並根據中所述的詞彙使用。

適用於