Constructor LineStyle
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.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
intSpecifies 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
intSpecifies an index of the text line.
ch
intSpecifies position of character within text line.
index
intSpecifies 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)