Partager via


UCharacterEnums.ECharacterDirection.DirectionalityLeftToRightEmbedding Field

Definition

Caution

Use 'Android.Icu.Lang.UCharacterEnums.IECharacterDirection.DirectionalityLeftToRightEmbedding'. This class will be removed in a future release.

Equivalent to java.lang.Character#DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING.

[Android.Runtime.Register("DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.UCharacterEnums.IECharacterDirection.DirectionalityLeftToRightEmbedding'. This class will be removed in a future release.")]
public const sbyte DirectionalityLeftToRightEmbedding = 11;
[<Android.Runtime.Register("DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.UCharacterEnums.IECharacterDirection.DirectionalityLeftToRightEmbedding'. This class will be removed in a future release.")>]
val mutable DirectionalityLeftToRightEmbedding : sbyte

Field Value

Value = 11
Attributes

Remarks

Equivalent to java.lang.Character#DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING. Synonym of #LEFT_TO_RIGHT_EMBEDDING.

Java documentation for android.icu.lang.UCharacterEnums.ECharacterDirection.DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING.

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