• HOME
  • PRODUCTS
  • DEMOS
  • DOWNLOAD
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
Search Results for

    Show / Hide Table of Contents

    GutterOptions Enum

    Definition

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

    Defines gutter appearance and behavior displayed at the left size of the Edit control. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

    Syntax
    public enum GutterOptions : int

    Fields

    Name Description
    None

    Specifies that no flags are in effect.

    PaintBookMarks

    Specifies that bookmarks should be drawn.

    PaintLineModificators

    Specifies that line modificators (color stitch that indicates that the line content is modified, unmodified or saved) should be drawn.

    PaintLineNumbers

    Specifies that numbers of lines should be drawn.

    PaintLinesBeyondEof

    Specifies that numbers of lines should be drawn beyond end of file.

    PaintLinesOnGutter

    Specifies that numbers of lines should be drawn at the gutter area rather than beyond the gutter.

    PaintUserMargin

    Specifies that user margin (allowing to draw additional information) should be drawn.

    SelectLineOnClick

    Specifies that entire line should be selected while user holds "Shift" key and left clicks mouse on gutter.

    In This Article
    Back to top Copyright AlterNET Software Download PDF