Android.Views.View.TextAlignmentCenter Field
Center the paragraph, e.g.

Value: 4

Syntax

[Android.Runtime.Register("TEXT_ALIGNMENT_CENTER")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.")]
public const TextAlignment TextAlignmentCenter

Remarks

Center the paragraph, e.g. ALIGN_CENTER. Use with View.TextAlignment

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17