Text Property
Gets or sets the Text content of the TextBox
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[ContentAttribute]
public string? Text { get; set; }
<ContentAttribute>
Public Property Text As String
Get
Set
[<ContentAttribute>]
member Text : string with get, set