Search
TickPosition Enumeration
See Also
 






Specifies the position of trackbar ticks.

Namespace: MindFusion.Controls
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
TickPosition = {}

 Members

  Member name Description

Both

Ticks are rendered on both sides of the trackbar.

Left

Ticks are rendered on the left side of the trackbar.

None

There are no ticks rendered.

Right

Ticks are rendered on the right side of the trackbar.

 Remarks

Members of this enumeration can be assigned to the tickPosition property of ZoomControl.

 See Also