Bidi.DirectionDefaultRightToLeft 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_RIGHT_TO_LEFT")]
public const int DirectionDefaultRightToLeft = -1;
[<Android.Runtime.Register("DIRECTION_DEFAULT_RIGHT_TO_LEFT")>]
val mutable DirectionDefaultRightToLeft : int

Field Value

Value = -1
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 right-to-left.

Java documentation for java.text.Bidi.DIRECTION_DEFAULT_RIGHT_TO_LEFT.

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