TabAlignment
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the locations of the tabs in a tab control.
- C#
- VB.NET
public enum TabAlignment : Enum
Public Enum TabAlignment As [Enum]
Fields
| Name | Description |
|---|---|
| Bottom | The tab buttons are located across the bottom of the control. |
| Left | The tab buttons are located along the left edge of the control. |
| Right | The tab buttons are located along the right edge of the control. |
| Top | The tab buttons are located across the top of the control. |
Used By
| Name | Description |
|---|---|
| TabControl.Alignment | Returns or sets the area of the control (for example, along the top) where the tabs are aligned. |
| MdiTabProperties.Alignment | Returns or sets the area of the control (for example, along the top) where the tabs are aligned. |