|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
VerticalSlider |
| VerticalSlider[y] represents a vertical slider at position y with range 0 to 1. |
| VerticalSlider[Dynamic[y]] takes the position to be the dynamically updated current value of y, with the value of y being reset if the slider is moved. |
| VerticalSlider[y, {ymin, ymax}] represents a vertical slider with range ymin to ymax. |
| VerticalSlider[y, {ymin, ymax, dy}] represents a vertical slider that jumps in steps dy. |
| VerticalSlider[y, {{e1, e2, ...}}] represents a slider in which equally spaced intervals correspond to successive settings ei. |
| VerticalSlider[y, {{{e1, h1}, {e2, h2}, ...}}] uses intervals of relative heights hi 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 | |
| ImageMargins | 0 | margins around the image of the displayed slider | |
| ImageSize | Automatic | the overall image size of the displayed slider |
| © 2013 Wolfram Research, Inc. |