Table of Contents

Interface IEditLineStyle

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

Represents properties and methods for a particular style of the line in Edit control.

public interface IEditLineStyle

Properties

BackColor

When implemented by a class, gets or sets background color of the IEditLineStyle.

ForeColor

When implemented by a class, gets or sets foreground color of the IEditLineStyle.

ImageIndex

When implemented by a class, gets or sets the index of the image displayed for the IEditLineStyle.

Name

When implemented by a class, gets or sets name of the ILineStyle.

Options

When implemented by a class, gets or sets display options for the IEditLineStyle.

PenColor

When implemented by a class, gets or sets pen color of the IEditLineStyle.

Methods

Assign(IEditLineStyle)

When implemented by a class, copies the contents from another ILineStyle object.

GetBackColor(Color)

When implemented by a class, returns BackColor or ForeColor depending on Options.

GetForeColor(Color)

Returns ForeColor or BackColor depending on Options.

ResetBackColor()

When implemented by a class, resets the BackColor to the default value.

ResetForeColor()

When implemented by a class, resets the ForeColor to the default value.

ResetImageIndex()

When implemented by a class, resets the ImageIndex to the default value.

ResetOptions()

When implemented by a class, resets the Options to the default value.

ResetPenColor()

When implemented by a class, resets the PenColor to the default value.