Android.Views.View.TextAlignmentInherit Field
Default text alignment.

Value: 0

Syntax

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

Remarks

Default text alignment. The text alignment of this View is inherited from its parent. 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 16