Text Property
The text that is represended by this buffer.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ReadOnlyMemory<char> Text { get; }
Public ReadOnly Property Text As ReadOnlyMemory(Of Char)
Get
member Text : ReadOnlyMemory<char> with get