FileLineEdit.NewLine Property

Definition

Gets or sets the literal replacement text for the line, including any trailing newline to keep. An empty string deletes the line entirely (its content and its line break).

[System.Text.Json.Serialization.JsonPropertyName("new_line")]
public string NewLine { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("new_line")>]
member this.NewLine : string with get, set
Public Property NewLine As String

Property Value

Attributes

Applies to