Gets or sets the end-of-line character sequence to use.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property NewLine As NewLine |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Vt
Dim value As NewLine
instance.NewLine = value
value = instance.NewLine |
| C# | |
|---|
public NewLine NewLine {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property NewLine get_NewLine();
public: __property void set_NewLine(
NewLine value
); |
Property Value
A NewLine value. The default value is NewLine.Cr.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also