Magnifier Magnification

<< >>

Navigation:  Amos Graphics Reference Guide > Main Window > Main menu > View menu > View interface properties > Accessibility tab >

Magnifier Magnification

Menu: ViewInterface PropertiesAccessibility

Changes the level of magnification when you use 552.

See Inspect the path diagram under magnification

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("InterfacePropertiesForm", "LoupeCombo")
      aComboBox.SelectedIndex = 0