Customizing the metamodel : Keywords for USRPROPS : ALIGN
  
ALIGN
Used to specify the positioning of the name (or label) of a property’s control (list box, text box, and so on.) in a dialog. Valid options are BODY, LABEL, and OVER.
Example
DEFINITION "Balanced Scorecard"
{..
GROUP "Perspectives"
{
LAYOUT { COLS 2 TAB ALIGN OVER } PROPERTY "Customer" { EDIT Text LENGTH 300 } PROPERTY "Internal Business" { EDIT Text LENGTH 500 } PROPERTY "Learning" { EDIT Text LENGTH 500 LABEL "Innovation and Learning"}
PROPERTY "Financial" { EDIT Text LENGTH 500 }
}
In the example above, the ALIGN OVER command places the names or labels of all properties below the LAYOUT statement over their respective control in a Balanced Scoreboard definition dialog.