View.TextAlignmentViewStart 欄位

定義

警告

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

對齊檢視的開頭,如果檢視的已解析版面配置目錄是 LTR,則為ALIGN_LEFT,否則ALIGN_RIGHT。

[Android.Runtime.Register("TEXT_ALIGNMENT_VIEW_START")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.", true)]
public const Android.Views.TextAlignment TextAlignmentViewStart = 5;
[<Android.Runtime.Register("TEXT_ALIGNMENT_VIEW_START")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.", true)>]
val mutable TextAlignmentViewStart : Android.Views.TextAlignment

欄位值

Value = 5
屬性

備註

對齊檢視的開頭,如果檢視的已解析版面配置目錄是 LTR,則為ALIGN_LEFT,否則ALIGN_RIGHT。

搭配使用 #setTextAlignment(int)

android.view.View.TEXT_ALIGNMENT_VIEW_START JAVA 檔。

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

適用於