Alignment Property (ATab)

Returns or sets the alignment of the tab object.

Syntax

[ enAlign = ] Object.Alignment

The Alignment property syntax has the following parts:

 

Name]

Type

Description

Object

ATab

ATab control

enAlign

enumATabAlignment

the alignment of the tab object

Example

The following example will set alignment for a tab control:

tab.Alignment=enAlignBottom

Applies to

ATab

See Also

ATab.Style