Version

SliderTickmarksLocation Enumeration

Location of tickmarks in WebSlider.
Syntax
'Declaration
 
Public Enum SliderTickmarksLocation 
   Inherits System.Enum
public enum SliderTickmarksLocation : System.Enum 
Members
MemberDescription
BothTickmarks are located on both sides of trackbar.
BottomOrRightTickmarks are located below horizontal trackbar or on right side of vertical trackbar.
NoneNo tickmarks.
TopOrLeftTickmarks are located above horizontal trackbar or on left side of vertical trackbar.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also