Bidi.DirectionLeftToRight Field

Definition

Constant indicating base direction is left-to-right.

[Android.Runtime.Register("DIRECTION_LEFT_TO_RIGHT")]
public const int DirectionLeftToRight = 0;
[<Android.Runtime.Register("DIRECTION_LEFT_TO_RIGHT")>]
val mutable DirectionLeftToRight : int

Field Value

Value = 0
Attributes

Remarks

Constant indicating base direction is left-to-right.

Java documentation for java.text.Bidi.DIRECTION_LEFT_TO_RIGHT.

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