Class NewLineStyle
Defines the constants that specifies the style of new line in different OS.
Inheritance
System.Object
NewLineStyle
Namespace: Syncfusion.IO
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class NewLineStyle : Enum
Fields
Control
Specifies the control style for new line.
Declaration
public const NewLineStyle Control
Field Value
| Type |
|---|
| NewLineStyle |
Mac
Specifies the mac style for new line.
Declaration
public const NewLineStyle Mac
Field Value
| Type |
|---|
| NewLineStyle |
Unix
Specifies the unix style for new line.
Declaration
public const NewLineStyle Unix
Field Value
| Type |
|---|
| NewLineStyle |
Windows
Specifies the window style for new line.
Declaration
public const NewLineStyle Windows
Field Value
| Type |
|---|
| NewLineStyle |