Characters Property
Gets or sets the list of UTF16 code points that represent the Unicode content of the GlyphRun.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ReadOnlyMemory<char> Characters { get; set; }
Public Property Characters As ReadOnlyMemory(Of Char)
Get
Set
member Characters : ReadOnlyMemory<char> with get, set