Table of Contents
SliderTickPosition Enumeration

Specifies slider tick mark or label position.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum SliderTickPosition
Members
Member Name Description
Auto Automatically determines the target's position.
TopLeft Displays the target on the top or left side of the track bar.
BottomRight Displays the target on the bottom or right side of the track bar.
Both Displays the target on both sides of the track bar.
None Does not display the target.
See Also