View.TextDirectionRtl 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 RTL.

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

Field Value

Value = 4
Attributes

Remarks

Text direction is forced to RTL.

Java documentation for android.view.View.TEXT_DIRECTION_RTL.

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