[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 TextDirectionTextDirectionFirstStrong
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.