The Alignment enumerated constant defines values for the alignment of the data within a control.
BegEnum Alignment Access(*Public)
Specifies the alignment of the data within a control. The default is Left, in which the data will be aligned to the left.
| 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 |
Namespace: ASNA.DataGate.PrintControls
Platforms: Windows 2000, Windows XP Professional, Windows .NET Server family
Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)