View.TextAlignmentResolvedDefault 欄位

定義

警告

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

預設解析的文字對齊方式

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

欄位值

Value = 131072
屬性

備註

預設解析的文字對齊方式

android.view.View.TEXT_ALIGNMENT_RESOLVED_DEFAULT JAVA 檔。

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

適用於