TextBoxText Property

Gets or sets the Text content of the TextBox

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[ContentAttribute]
public string? Text { get; set; }

Property Value

String

See Also