Bidi.DirectionLeftToRight Field

Definition

Caution

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

[Android.Runtime.Register("DIRECTION_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 DirectionLeftToRight = 0;
[<Android.Runtime.Register("DIRECTION_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 DirectionLeftToRight : Android.Icu.Text.BidiOptions

Field Value

Value = 0
Attributes

Applies to