#nullable enable namespace Terminal.Gui; public partial class View { /// 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 . /// /// /// and are enabled for all Views independently of Adornments. /// /// public static ViewDiagnosticFlags Diagnostics { get; set; } }