Alignment Property
|
Set / Gets the 'Alignment' property for the LABEL control.
SYNTAX
Pseudo-OOP:
Set:
<ParentWindowName>.<ControlName>.Alignment
:= cAlignment
Get:
<ParentWindowName>.<ControlName>.Alignment
--> cAlignment
Function syntax:
Set:
SetProperty ( <ParentWindowName>,<ControlName>, Alignment, cAlignment
Get:
GetProperty ( <ParentWindowName>,
<ControlName>, Alignment ) --> cAlignment