Table of Contents

Enum ViewDiagnosticFlags

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Enables diagnostic functions for View.

[Flags]
public enum ViewDiagnosticFlags : uint
Extension Methods

Fields

DrawIndicator = 8

When enabled a draw indicator will be shown; the indicator will change each time the View's Draw method is called with NeedsDraw set to true.

Hover = 4

When enabled the View's colors will be darker when the mouse is hovering over the View (See MouseEnter and MouseLeave.

Off = 0

All diagnostics off

Ruler = 1

When enabled, Adornment will draw a ruler in the Thickness. See Diagnostics.

Thickness = 2

When enabled, Adornment will draw the first letter of the Adornment name ('M', 'B', or 'P') in the Thickness. See Diagnostics.