Enum LineStyleOptions
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 = 1Specifies that line style applicable beyond end of line.
DisplayImageOnMultipleLines = 4Specifies that gutter images should be displayed on multiple lines.
InvertColors = 2Specifies that background and foreground colors should be interchanged.
None = 0Specifies that no flags are in effect.