Table of Contents

Constructor EditLineStyle

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

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

owner TextEditor

TextEditor that 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

owner TextEditor

TextEditor 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.