namespace Terminal.Gui; /// /// Indicates the dimension for operations. /// public enum Dimension { /// /// No dimension specified. /// None = 0, /// /// The height dimension. /// Height = 1, /// /// The width dimension. /// Width = 2 }