Android.Views.View.TextDirectionAnyRtl Field
Text direction is using "any-RTL" algorithm.

Value: 2

Syntax

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

Remarks

Text direction is using "any-RTL" algorithm. The paragraph direction is RTL if it contains any strong RTL character, otherwise it is LTR if it contains any strong LTR characters. If there are neither, the paragraph direction is the view's resolved layout direction.

[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