Run(String) Constructor
Initializes an instance of Run class specifying its text content.
Definition
Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Run(
string? text
)
Public Sub New (
text As String
)
new :
text : string -> Run
Parameters
- String
- Text content assigned to the Run.
See Also
Reference
Run Class
Run Overload
Avalonia.Controls.Documents Namespace