Enum ConsoleDriver.DiagnosticFlags | Terminal.Gui v1 (original) (raw)

Table of Contents

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Enables diagnostic functions

[Flags]
public enum ConsoleDriver.DiagnosticFlags : uint

Fields

FramePadding = 2

When Enabled, DrawWindowFrame(Rect, int, int, int, int, bool, bool, Border) will use 'L', 'R', 'T', and 'B' for padding instead of ' '.

FrameRuler = 1

When enabled, DrawWindowFrame(Rect, int, int, int, int, bool, bool, Border) will draw a ruler in the frame for any side with a padding value greater than 0.

Off = 0

All diagnostics off

Edit this page