Enum IndentView
Possible options for SetIndentationGuides(IndentView). NONE turns the feature off but the other states determine how far the guides appear on empty lines. (Scintilla feature SC_IV_)
public enum IndentView
Fields
LOOKBOTH = 3LOOKFORWARD = 2NONE = 0REAL = 1