HAlignment
This property is used to specify the horizontal alignment of the value inside a form field.
Syntax
[VC++]
long GetHAlignment();
void SetHAlignment(long nNewValue);
[C#]
public virtual TxgtAlign HAlignment { get; set; }
[VB]
Property HAlignment As TxgtAlign
Remarks
HAlignment can have one of the following values:
taLeft
Left alignment
taRight
Right alignment
taCenter
Center alignment
Default Value