Android.Views.View.TextAlignmentTextEnd Field
Align to the end of the paragraph, e.g.

Value: 3

Syntax

[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.")]
public const TextAlignment TextAlignmentTextEnd

Remarks

Align to the end of the paragraph, e.g. ALIGN_OPPOSITE. 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