次の方法で共有


UProperty.EastAsianWidth Field

Definition

Caution

Use 'Android.Icu.Lang.IUProperty.EastAsianWidth'. This class will be removed in a future release.

Enumerated property East_Asian_Width.

[Android.Runtime.Register("EAST_ASIAN_WIDTH", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.IUProperty.EastAsianWidth'. This class will be removed in a future release.")]
public const int EastAsianWidth = 4100;
[<Android.Runtime.Register("EAST_ASIAN_WIDTH", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.IUProperty.EastAsianWidth'. This class will be removed in a future release.")>]
val mutable EastAsianWidth : int

Field Value

Value = 4100
Attributes

Remarks

Enumerated property East_Asian_Width. See http://www.unicode.org/reports/tr11/ Returns UCharacter.EastAsianWidth values.

Java documentation for android.icu.lang.UProperty.EAST_ASIAN_WIDTH.

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