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





Specifies where the tabs in a TabControl are located.

Namespace: MindFusion.UI.WebForms
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
TabAlignment = {}

 Members

  Member name Description

Bottom

Value: 3. Specifies that the tabs are located at the bottom of the control.

Left

Value: 0. Specifies that the tabs are located at the left of the control.

None

Value: -1. Specifies that the tabs are not shown for the control.

Right

Value: 2. Specifies that the tabs are located at the right of the control.

Top

Value: 1. Specifies that the tabs are located at the top of the control.

 See Also

MindFusion.UI.WebForms Namespace