Vixen
02b45cc4
csharp
public sealed class CodeGutterRow

One line's worth of gutter: its number, its fold arrow and its diagnostic marker.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • protected override string TagName

    The element name this type answers to when a caller does not choose one.

  • public int Index

    Which line, or -1 if parked.

  • public Icon Fold

    The arrow, hidden on a line that starts no fold.

  • public UiElement Number

    The line's number.

Methods (1)

  • protected override void OnCreated()

    Builds whatever this element is made of, once, as it joins a document.

Used by (1)

  • CodeEditorVixen.Ui.Controls.Advanced