Version

SliderTrackClickAction Enumeration

An Enum that describes the behavior after click on the slider track.
Syntax
'Declaration
 
Public Enum SliderTrackClickAction 
   Inherits System.Enum
public enum SliderTrackClickAction : System.Enum 
Members
MemberDescription
LargeChangeThe value of the ActiveThumb will be changed with the LargeChange value, depending of the side where is click relative to the thumb position
MoveToPointActiveThumb will be moved to the clicked position. It value will be changed, relative to clicked position and slider size
NoneThere is no action after click on the slider track
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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