語言

View.TextAlignmentTextEnd 欄位

定義

警告

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

對齊到段落的結尾,例如

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

欄位值

Value = 3
屬性

備註

對齊到段落末尾,例如ALIGN_OPPOSITE。

搭配 #setTextAlignment(int) 使用

Java 文件 android.view.View.TEXT_ALIGNMENT_TEXT_END

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於