IUProperty.EastAsianWidth Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerated property East_Asian_Width.
[Android.Runtime.Register("EAST_ASIAN_WIDTH", ApiSince=24)]
public const int EastAsianWidth = 4100;
[<Android.Runtime.Register("EAST_ASIAN_WIDTH", ApiSince=24)>]
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.