Run(String) Constructor
Initializes an instance of Run class specifying its text content.
Namespace: Avalonia.Controls.DocumentsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Run(
string? text
)
Public Sub New (
text As String
)
new :
text : string -> Run
Parameters
- text String
-
Text content assigned to the Run.