View.TextDirectionLtr 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 forced to LTR.

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

Field Value

Value = 3
Attributes

Remarks

Text direction is forced to LTR.

Java documentation for android.view.View.TEXT_DIRECTION_LTR.

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