Dart.Emulation Namespace > Vt Class : NewLine Property |
<DefaultValueAttribute()> Public Property NewLine As NewLine
[DefaultValue()] public NewLine NewLine {get; set;}
[DefaultValue()] public: __property NewLine get_NewLine(); public: __property void set_NewLine( NewLine value );
[DefaultValue()] public: property NewLine NewLine { NewLine get(); void set ( NewLine value); }
This property determines if either a single CR or CR/LF combination is used as a line terminator.
If data is received from the host which causes this property to change, the NewLineChanged event is raised.