Specifies where the tabs in a TabControl are located.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public enum TabAlignment |
Visual Basic
![]() |
---|
Public Enum TabAlignment |
Member name | Value | Description | |
---|---|---|---|
![]() |
None |
-1 | Specifies that the tabs are not shown for the control. |
![]() |
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. |