User`s guide

11 Lay Out a Programmatic GUI
UsePlotEditModetoChangeProperties
After you select an object in plot edit mode, you can open the Property
Inspector to view a nd modify any of its properties. While the object is selected,
in the Command Window type:
inspect
You also can use the functional form to pass in the handle of the object you
want to inspect, for example:
inspect(hsl)
The Property Inspector opens, displayi ng the object properties. You can edit
as well as read property values, and the component updates immediately.
To see a definition of any p roperty, right-click the name or value in the
Property Inspecto r a nd click the What’s This? menu item that appears. A
context-sensitive help window opens displaying the definition of the property,
asshowninthenextillustration.
11-46