Bidi.DirectionDefaultLeftToRight Field

Definition

Constant indicating that the base direction depends on the first strong directional character in the text according to the Unicode Bidirectional Algorithm.

[Android.Runtime.Register("DIRECTION_DEFAULT_LEFT_TO_RIGHT")]
public const int DirectionDefaultLeftToRight = -2;
[<Android.Runtime.Register("DIRECTION_DEFAULT_LEFT_TO_RIGHT")>]
val mutable DirectionDefaultLeftToRight : int

Field Value

Value = -2
Attributes

Remarks

Constant indicating that the base direction depends on the first strong directional character in the text according to the Unicode Bidirectional Algorithm. If no strong directional character is present, the base direction is left-to-right.

Java documentation for java.text.Bidi.DIRECTION_DEFAULT_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