TextBoxNewLine Property

Gets or sets which characters are inserted when Enter is pressed. Default: NewLine

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public string NewLine { get; set; }

Property Value

String

See Also