DataGate Print File Designer® - Build 8.0.355 and above

Alignment Enumeration

The Alignment enumerated constant defines values for the alignment of the data within a control.

BegEnum Alignment Access(*Public)

Remarks

Specifies the alignment of the data within a control.  The default is Left, in which the data will be aligned to the left.

Members

Member Description Value

Left

(Default) Aligns the data to the left within the control.

0

Right

Aligns the data to the right within the control.

1

Center

Aligns the data within the center of the control.

2

Requirements

Namespace: ASNA.DataGate.PrintControls

Platforms: Windows 2000, Windows XP Professional, Windows .NET Server family

Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)

See Also

ASNA.DataGate.PrintControls Namespace