共用方式為


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.

Constant indicating base direction is left-to-right.

[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

Remarks

Constant indicating base direction is left-to-right.

Java documentation for android.icu.text.Bidi.DIRECTION_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