LineNumbering
Class
Represents line numbering class.
Definition
Namespace:Telerik.WinForms.Documents.Model.LineNumberings
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class LineNumbering
Inheritance: objectLineNumbering
Constructors
Creating a new instance of the LineNumbering class with properties set to their default values.
C#
public LineNumbering()
Creating a new instance of the LineNumbering class.
C#
public LineNumbering(int start, double distance, int countBy, LineNumberingRestartType restart)
The line numbering starting value.
distancedoubleThe distance between text and line numbering.
countByintThe line number increments to display.
restartLineNumberingRestartTypeThe line numbering restart type.
Creating a new instance of the LineNumbering class by passing the restart type and the rest of the properties set to their default values.
C#
public LineNumbering(LineNumberingRestartType restart)
The line numbering restart type.
Properties
Line numbering restart position.
C#
public LineNumberingRestartType Restart { get; }