Class LineNumberAlignment
Defines the constants that specifies the alignment of the line numbers area in EditControl.
Inheritance
System.Object
LineNumberAlignment
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class LineNumberAlignment : Enum
Fields
Left
Specifies that line numbers will be aligned at Left side in EditControl.
Declaration
public const LineNumberAlignment Left
Field Value
| Type |
|---|
| LineNumberAlignment |
Right
Specifies that line numbers will be aligned at right side in EditControl.
Declaration
public const LineNumberAlignment Right
Field Value
| Type |
|---|
| LineNumberAlignment |