DataGate Print File Designer® - Build 8.0.355 and above

BaseField.Alignment Property

Specifies whether to align data in the control to the left, right, or center.  The default is Left.

control.Alignment [ =ASNA.DataGate.PrintControls.Alignment]

Property Value

ASNA.DataGate.PrintControls.Alignment.  Gets or sets one of the enumeration values.

Remarks

To set the alignment of a control, click on the right side of the property and choose one of the options shown in the drop-down box.


Setting Description
Left (Default) Aligns the data on the left side of the control.
Right Aligns the data on the right side of the control.
Center Aligns the data within the center of the control.

Applies to

AutoField | CharField | DateTimeField | DecField | Label

See Also

BaseField Class | BaseField Class Members | Alignment Enumeration