namespace Terminal.Gui; /// /// Determines the settings for . /// [Flags] public enum BorderSettings { /// /// No settings. /// None = 0, /// /// Show the title. /// Title = 1, /// /// Use to draw the border. /// Gradient = 2, }