Specifies where the tabs in a TabControl are located. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public enum TabAlignment |
Visual Basic
![]() |
---|
Public Enumeration TabAlignment |
Member name | Value | Description | |
---|---|---|---|
![]() |
Left |
0 | Specifies that the tabs are located at the left of the control. |
![]() |
Top |
1 | Specifies that the tabs are located at the top of the control. |
![]() |
Right |
2 | Specifies that the tabs are located at the right of the control. |
![]() |
Bottom |
3 | Specifies that the tabs are located at the bottom of the control. |