MinMaxSlider.MinMaxSlider Constructor
public MinMaxSlider();
Parameters
| minValue | The minimum value in the range to be represented. | |
| maxValue | The maximum value in the range to be represented. | |
| minLimit | The minimum value of the slider limit. | |
| maxLimit | The maximum value of the slider limit. | |
| direction | This is the sldier direction, for now, only Horizontal is supported. |
Description 描述
Constructor.