Android.Views.View.TextAlignmentTextStart Field
Align to the start of the paragraph, e.g.

Value: 2

Syntax

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

Remarks

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