|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Slider2D |
| Slider2D[{x, y}] represents a 2D slider with settings x and y in the range 0 to 1. |
| Slider2D[Dynamic[pt]] takes the setting to be the dynamically updated current value of pt, with the value of pt being reset if the slider is moved. |
| Slider2D[pt, {min, max}] represents a 2D slider with range min to max in each direction. |
| Slider2D[pt, {min, max, d}] represents a 2D slider that jumps in steps d in each direction. |
| Slider2D[pt, {{xmin, ymin}, {xmax, ymax}}] specifies different ranges in x and y directions. |
| Slider2D[pt, {{xmin, ymin}, {xmax, ymax}, {dx, dy}}] uses jumps dx, dy. |
| Appearance | Automatic | the overall appearance of the 2D slider | |
| AutoAction | False | whether to move the 2D slider automatically when the mouse is over it | |
| BaselinePosition | Automatic | how to align with a surrounding text baseline | |
| BaseStyle | {} | base style specifications for the 2D slider | |
| ContinuousAction | True | whether to update continuously when the slider is moved | |
| Enabled | Automatic | whether the 2D slider is enabled, or grayed out | |
| Exclusions | {} | specific points to exclude | |
| ImageMargins | 0 | margins around the image of the displayed 2D slider | |
| ImageSize | Automatic | the overall image size of the displayed 2D slider |
| © 2013 Wolfram Research, Inc. |