'Declaration Public Enum SliderThumbsInteractionMode Inherits System.Enum
public enum SliderThumbsInteractionMode : System.Enum
Member | Description |
---|---|
Free | Main Thumb and SecondaryThumb can be moved independant on each other. |
Lock | Main Thumb can be moved only within area between SecondaryThumb and left (or bottom for vertical orientation) edge of track bar. SecondaryThumb can be moved only within area between main Thumb and right (or top for vertical orientation) edge of track bar. |
Push | If main Thumb is moved to right (or to top for vertical orientation) and it crosses the location of SecondaryThumb, then SecondaryThumb is moved as well. If SecondaryThumb is moved to left (or to bottom for vertical orientation) and it crosses the location of main Thumb, then main Thumb is moved as well. |
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