Table of Contents

Constructor EditLineStyle

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

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 ISyntaxEdit

SyntaxEdit 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 ISyntaxEdit

SyntaxEdit that owns this new instance.

name string

Name of the new instance.

foreColor Color

Foreground color of the new instance.

backColor Color

Background color of the new instance.

penColor Color

Pen color of the new instance.

imageIndex int

Image index of the new instance.

options LineStyleOptions

Options of the new instance.