Menu: View→Object Properties→Parameters→Orientation
Affects the appearance of parameters. The available choices are:
Horizontal, for example,
.
Oblique, for example,
.
Oblique, inverted, for example,
.
See also:
To change the font for a parameter
Programming
In Amos Graphics programs, you can select the first item in this ComboBox as follows (Visual Basic):
Dim aComboBox As Windows.Forms.ComboBox = pd.GetComboBox("", "ParameterOrientationCombo")
aComboBox.SelectedIndex = 0