View.TextDirectionFirstStrong Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.TextDirection enum directly instead of this field.

Text direction is using "first strong algorithm".

[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.", true)]
public const Android.Views.TextDirection TextDirectionFirstStrong = 1;
[<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.", true)>]
val mutable TextDirectionFirstStrong : Android.Views.TextDirection

Field Value

Value = 1
Attributes

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.

Java documentation for android.view.View.TEXT_DIRECTION_FIRST_STRONG.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to