Table of Contents

Class LineStyle

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

Represents a particular style of the line in Edit control.

public class LineStyle : BookMark, ILineStyle, IBookMark
Inheritance
LineStyle
Implements

Constructors

LineStyle()

Initializes a new instance of the LineStyle class with default settings.

LineStyle(int)

Initializes a new instance of the LineStyle class with specified parameters.

LineStyle(int, int, int)

Initializes a new instance of the LineStyle class with specified parameters.

LineStyle(int, int, int, int, IRange)

Initializes a new instance of the LineStyle class with specified parameters.

Properties

Priority

Specifies priority of the line style.

Range

Specifies range where line style is displayed.

Methods

Assign(ILineStyle)

Copies the contents of another bookmark object to the bookmark.

OnPriorityChanged()
OnRangeChanged()