Partager via


UCharacterEnums.ECharacterDirection.DirectionalityBoundaryNeutral Field

Definition

Caution

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

Equivalent to java.lang.Character#DIRECTIONALITY_BOUNDARY_NEUTRAL.

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

Field Value

Value = 18
Attributes

Remarks

Equivalent to java.lang.Character#DIRECTIONALITY_BOUNDARY_NEUTRAL. Synonym of #BOUNDARY_NEUTRAL.

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

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