Android.Views.View.TextDirectionFirstStrong Field
Text direction is using "first strong algorithm".

Value: 1

Syntax

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

Remarks

Text direction is using "first strong algorithm". The first strong directional character determines the paragraph direction. If there is no strong directional character, 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