Table of Contents

Constructor LineStyle

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

LineStyle()

Initializes a new instance of the LineStyle class with default settings.

public LineStyle()

LineStyle(int)

Initializes a new instance of the LineStyle class with specified parameters.

public LineStyle(int line)

Parameters

line int

Specifies an index of the text line.

LineStyle(int, int, int)

Initializes a new instance of the LineStyle class with specified parameters.

public LineStyle(int line, int ch, int index)

Parameters

line int

Specifies an index of the text line.

ch int

Specifies position of character within text line.

index int

Specifies an ordinal index of line style within line styles collection.

LineStyle(int, int, int, int, IRange)

Initializes a new instance of the LineStyle class with specified parameters.

public LineStyle(int line, int ch, int index, int priority, IRange range)

Parameters

line int

Specifies an index of the text line.

ch int

Specifies position of character within text line.

index int

Specifies an ordinal index of line style within line styles collection.

priority int

Specifies priority of the line style.

range IRange

Specifies range where line style is displayed.