Constructor EditLineStyle
EditLineStyle()
Initializes a new instance of the LineStyle
class with default settings.
public EditLineStyle()
EditLineStyle(ISyntaxEdit)
Initializes a new instance of the LineStyle
class with a specified owner.
public EditLineStyle(ISyntaxEdit owner)
Parameters
owner
ISyntaxEditSyntaxEdit
that owns this new instance.
EditLineStyle(ISyntaxEdit, string, Color, Color, Color, int, LineStyleOptions)
Initializes a new instance of the LineStyle
class with specified parameters.
public EditLineStyle(ISyntaxEdit owner, string name, Color foreColor, Color backColor, Color penColor, int imageIndex, LineStyleOptions options)
Parameters
owner
ISyntaxEditSyntaxEdit
that owns this new instance.name
stringName of the new instance.
foreColor
ColorForeground color of the new instance.
backColor
ColorBackground color of the new instance.
penColor
ColorPen color of the new instance.
imageIndex
intImage index of the new instance.
options
LineStyleOptionsOptions of the new instance.