DataGate Print File Designer

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

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

Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8.x, Windows 10

See Also

ASNA.DataGate.PrintControls Namespace