ASP.NET Pack Programmer's Guide
TabAlignment Enumeration
See Also
 





Specifies where the tabs in a TabControl are located.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public enum TabAlignment

Visual Basic  Copy Code

Public Enum TabAlignment

 Members

  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.

 See Also

MindFusion.UI.WebForms Namespace