View.TextDirectionLocale 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 coming from the system Locale.

[Android.Runtime.Register("TEXT_DIRECTION_LOCALE")]
[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 TextDirectionLocale = 5;
[<Android.Runtime.Register("TEXT_DIRECTION_LOCALE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextDirection enum directly instead of this field.", true)>]
val mutable TextDirectionLocale : Android.Views.TextDirection

Field Value

Value = 5
Attributes

Remarks

Text direction is coming from the system Locale.

Java documentation for android.view.View.TEXT_DIRECTION_LOCALE.

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