Lenguaje

Layout.JustificationModeInterCharacter Campo

Definición

Precaución

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

El valor del modo de justificación que indica que el texto está justificado al extender el espaciado de letras.

[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

Valor de campo

Value = 2
Atributos

Comentarios

El valor del modo de justificación que indica que el texto está justificado al extender el espaciado de letras.

Java documentación para android.text.Layout.JUSTIFICATION_MODE_INTER_CHARACTER.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a