Freigeben über


Bidi.DirectionDefaultRightToLeft Field

Definition

Caution

This constant will be removed in the future version. Use Android.Icu.Text.BidiOptions enum directly instead of this field.

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", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.BidiOptions enum directly instead of this field.", true)]
public const Android.Icu.Text.BidiOptions DirectionDefaultRightToLeft = 127;
[<Android.Runtime.Register("DIRECTION_DEFAULT_RIGHT_TO_LEFT", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.BidiOptions enum directly instead of this field.", true)>]
val mutable DirectionDefaultRightToLeft : Android.Icu.Text.BidiOptions

Field Value

Value = 127
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 android.icu.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