Enum TabLocation
Represents the location of the tab area within the control.
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
[Flags]
public enum TabLocation
Fields
| Name | Description |
|---|---|
| BottomCenter | The tab area is at the bottom of the control. Tab buttons are aligned to the center of the tab area. |
| BottomLeft | The tab area is at the bottom of the control. Tab buttons are aligned to the left of the tab area. |
| BottomRight | The tab area is at the bottom of the control. Tab buttons are aligned to the right of the tab area. |
| LeftBottom | The tab area is at the left of the control. Tab buttons are aligned to the bottom of the tab area. |
| LeftCenter | The tab area is at the left of the control. Tab buttons are aligned to the center of the tab area. |
| LeftTop | The tab area is at the left of the control. Tab buttons are aligned to the top of the tab area. |
| RightBottom | The tab area is at the right of the control. Tab buttons are aligned to the bottom of the tab area. |
| RightCenter | The tab area is at the right of the control. Tab buttons are aligned to the center of the tab area. |
| RightTop | The tab area is at the right of the control. Tab buttons are aligned to the top of the tab area. |
| TopCenter | The tab area is at the top of the control. Tab buttons are aligned to the center of the tab area. |
| TopLeft | The tab area is at the top of the control. Tab buttons are aligned to the left of the tab area. |
| TopRight | The tab area is at the top of the control. Tab buttons are aligned to the right of the tab area. |