Slider

Overview

The slider control can be used to give the user an optional range to select. This has the visual appearance of a "scrubber". Changes to the value can be tracked with the 'click' event.

Ancestors

  1. Control
 

Descendants

  1. None
 

See Also

  1. None

Constructors

new Slider
Description

Creates a new slider control.

Definition

new Slider()

Members

value
Description

Gets or sets the value of the slider. The value is in a range from 0 to 1.

Definition

number slider.value (default 0)