|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Slider |
| Slider[x] represents a slider with setting x in the range 0 to 1. |
| Slider[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with the value of x being reset if the slider is moved. |
| Slider[x, {xmin, xmax}] represents a slider with range xmin to xmax. |
| Slider[x, {xmin, xmax, dx}] represents a slider that jumps in steps dx. |
| Slider[x, {{e1, e2, ...}}] represents a slider in which equally spaced intervals correspond to successive settings ei. |
| Slider[x, {{{e1, w1}, {e2, w2}, ...}}] uses intervals of relative widths wi for the ei. |
| Appearance | Automatic | the overall appearance of the slider | |
| AutoAction | False | whether to move the slider automatically when the mouse is over it | |
| BaselinePosition | Automatic | alignment relative to surrounding text | |
| BaseStyle | {} | base style specifications for the slider | |
| ContinuousAction | True | whether to update continuously when the slider is moved | |
| Enabled | Automatic | whether the slider is enabled, or grayed out | |
| Exclusions | {} | specific values to be excluded | |
| ImageMargins | 0 | margins around the image of the displayed slider | |
| ImageSize | Automatic | the overall image size of the displayed slider |
| © 2008 Wolfram Research, Inc. |