ThumbCount Property (FlexSlider)

Class

FlexSlider.

Action

Gets the number of thumbs allowed on the slider.

Possible values are 1 or 2. If set to 1, then the value property contains the current value of the slider. If set to 2, then the values property contains an array of values representing the value for each thumb.

The default value is 1.

Syntax

'Declaration
Protected Read Property thumbCount As Integer

Access

Read only.