namespace Terminal.Gui { /// /// Direction of an element (horizontal or vertical) /// public enum Orientation { /// /// Left to right /// Horizontal, /// /// Bottom to top /// Vertical } }