Constructor EditLineStyle
EditLineStyle()
Initializes a new instance of the LineStyle class with default settings.
public EditLineStyle()
EditLineStyle(TextEditor)
Initializes a new instance of the LineStyle class with a specified owner.
public EditLineStyle(TextEditor owner)
Parameters
ownerTextEditorTextEditorthat owns this new instance.
EditLineStyle(TextEditor, string, Color, Color, Color, int, LineStyleOptions)
Initializes a new instance of the LineStyle class with specified parameters.
public EditLineStyle(TextEditor owner, string name, Color foreColor, Color backColor, Color penColor, int imageIndex, LineStyleOptions options)
Parameters
ownerTextEditorTextEditorthat owns this new instance.namestringName of the new instance.
foreColorColorForeground color of the new instance.
backColorColorBackground color of the new instance.
penColorColorPen color of the new instance.
imageIndexintImage index of the new instance.
optionsLineStyleOptionsOptions of the new instance.