Bidi.DirectionDefaultLeftToRight Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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_LEFT_TO_RIGHT", 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 DirectionDefaultLeftToRight = 126;
[<Android.Runtime.Register("DIRECTION_DEFAULT_LEFT_TO_RIGHT", 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 DirectionDefaultLeftToRight : Android.Icu.Text.BidiOptions
Field Value
Value = 126- 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 android.icu.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.