IsEastAsian Property
Determines whether this Codepoint is an east asian char.
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsEastAsian { get; }
Public ReadOnly Property IsEastAsian As Boolean
Get
member IsEastAsian : bool with get
Return Value
Boolean
true
if [is an east asian character]; otherwise, false
.
See Also
Reference
Codepoint Structure
Avalonia.Media.TextFormatting.Unicode Namespace