Table of Contents

Enum TabAlignment

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies the locations of the tabs in a tab control.

public enum TabAlignment

Fields

Bottom = 1

The tabs are located across the bottom of the control.

Left = 2

The tabs are located along the left edge of the control.

Right = 3

The tabs are located along the right edge of the control.

Top = 0

The tabs are located across the top of the control.