MindFusion.UI for WebForms Programmer's Guide

TabAlignment Enumeration

See Also
 



Specifies where the tabs in a TabControl are located.

Namespace: MindFusion.UI.Web
Assembly: 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.

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