View.TextAlignmentTextStart Campo

Definizione

Attenzione

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

Allinea all'inizio del paragrafo, e.

[Android.Runtime.Register("TEXT_ALIGNMENT_TEXT_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 TextAlignmentTextStart = 2;
[<Android.Runtime.Register("TEXT_ALIGNMENT_TEXT_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 TextAlignmentTextStart : Android.Views.TextAlignment

Valore del campo

Value = 2
Attributi

Commenti

Allinea all'inizio del paragrafo, ad esempio ALIGN_NORMAL.

Da usare con #setTextAlignment(int)

per android.view.View.TEXT_ALIGNMENT_TEXT_START.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a