Version

SliderTickmarkLabelLocation Enumeration

Location of labels for tickmarks in WebSlider.
Syntax
'Declaration
 
Public Enum SliderTickmarkLabelLocation 
   Inherits System.Enum
public enum SliderTickmarkLabelLocation : System.Enum 
Members
MemberDescription
BothLabels are located on both sides of trackbar.
BottomOrRightLabels are located below horizontal trackbar or on right side of vertical trackbar.
NoneNo labels.
TopOrLeftLabels are located above horizontal trackbar or on left side of vertical trackbar.
TwoLabelsInMarginsTwo labels are rendered inside of margins between minus/plus buttons and trackbar regardless on value of SliderTickmarks.NumberOfLabels.
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