Skip to main content
A newer version of this page is available. .

TabAlign Enum

List alignment types for tab stops.

Declaration

declare enum TabAlign {
    Left = 0,
    Center = 1,
    Right = 2,
    Decimal = 3,
    Numbering = 4
}

Members

Name Description
Center

Text is centered on the tab stop.

ASPxButton_ButtonMode

Decimal

The decimal point is located at the tab stop.

ASPxButton_ButtonMode

Left

Text is left aligned with the tab stop.

ASPxButton_ButtonMode

Numbering

For internal use only.

Right

Text is right aligned with the tab stop.

ASPxButton_ButtonMode