namespace Terminal.Gui.ViewBase;
public partial class View
{
// TODO: Make this a configuration property
/// Gets or sets whether diagnostic information will be drawn. This is a bit-field of .e diagnostics.
///
///
/// gets set to this property by default, enabling and .
///
///
public static ViewDiagnosticFlags Diagnostics { get; set; }
}