語言

Layout.JustificationModeInterCharacter 欄位

定義

警告

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

對齊模式的值,表示文字對齊時可透過字母間距拉伸。

[Android.Runtime.Register("JUSTIFICATION_MODE_INTER_CHARACTER", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.JustificationMode enum directly instead of this field.", true)]
public const Android.Text.JustificationMode JustificationModeInterCharacter = 2;
[<Android.Runtime.Register("JUSTIFICATION_MODE_INTER_CHARACTER", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.JustificationMode enum directly instead of this field.", true)>]
val mutable JustificationModeInterCharacter : Android.Text.JustificationMode

欄位值

Value = 2
屬性

備註

對齊模式的值,表示文字對齊時可透過字母間距拉伸。

Java 文件 android.text.Layout.JUSTIFICATION_MODE_INTER_CHARACTER

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

適用於