|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Manipulator |
| Manipulator[x] represents a manipulator with setting x in the range 0 to 1. |
| Manipulator[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with the value of x being reset if the manipulator is moved. |
| Manipulator[x, {xmin, xmax}] represents a manipulator with range xmin to xmax. |
| Manipulator[x, {xmin, xmax, dx}] represents a manipulator that jumps in steps dx. |
| Appearance | Automatic | the overall appearance of the manipulator | |
| AppearanceElements | Automatic | elements to include in the displayed manipulator | |
| BaselinePosition | Automatic | alignment relative to surrounding text | |
| ContinuousAction | True | whether to update continuously when the manipulator controls are changed | |
| Enabled | Automatic | whether the manipulator is enabled, or grayed out | |
| ImageMargins | 0 | margins around the image of the displayed manipulator | |
| ImageSize | Automatic | the overall image size of the displayed manipulator |
| © 2008 Wolfram Research, Inc. |