UnshapedTextRun Constructor
Initializes a new instance of the UnshapedTextRun class
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public UnshapedTextRun(
ReadOnlyMemory<char> text,
TextRunProperties properties,
sbyte biDiLevel
)
Public Sub New (
text As ReadOnlyMemory(Of Char),
properties As TextRunProperties,
biDiLevel As SByte
)
new :
text : ReadOnlyMemory<char> *
properties : TextRunProperties *
biDiLevel : sbyte -> UnshapedTextRun
Parameters
See Also
Reference
UnshapedTextRun Class
Avalonia.Media.TextFormatting Namespace