Table of Contents

Enum LineStyleOptions

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

Defines appearance of lines with some line style. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum LineStyleOptions

Fields

BeyondEol = 1

Specifies that line style applicable beyond end of line.

DisplayImageOnMultipleLines = 4

Specifies that gutter images should be displayed on multiple lines.

InvertColors = 2

Specifies that background and foreground colors should be interchanged.

None = 0

Specifies that no flags are in effect.