Enum TabControl.Orientation
Horizontal alignment modes
Namespace: SadConsole.UI.Controls
Assembly: SadConsole.dll
Syntax
public enum TabControl.Orientation
Fields
Name | Description |
---|---|
Bottom | Tabs should be placed at the bottom of the control. |
Left | Tabs should be placed to the left of the control. |
Right | Tabs should be placed to the right of the control. |
Top | Tabs should be placed at the top of the control. |