IndentedTextWriter.NewLine Property

Definition

Gets or sets the new line character to use.

public:
 virtual property System::String ^ NewLine { System::String ^ get(); void set(System::String ^ value); };
public override string NewLine { get; set; }
member this.NewLine : string with get, set
Public Overrides Property NewLine As String

Property Value

The new line character to use.

Applies to