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

 Syntax

C#  Copy Code

public enum TabAlignment

Visual Basic  Copy Code

Public Enumeration TabAlignment

 Members

  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.

 See Also