Version

TickmarkLocation Enumeration

An enumeration for specifying where tickmarks should be displayed on a TrackBar.
Syntax
'Declaration
 
Public Enum TickmarkLocation 
   Inherits System.Enum
public enum TickmarkLocation : System.Enum 
Members
MemberDescription
BothTickmarks will be displayed on both sides of the track area of a TrackBar.
BottomOrRightTickmarks will be displayed below a horizontal TrackBar or to the right of a veritcal TrackBar.
CenterTickmarks will be centered on the track. The TrackOffset property is ignored.
DefaultTickmarks will be displayed in the default location, which is dependant on the ViewStyle and type of tickmark.
TopOrLeftTickmarks will be displayed above a horizontal TrackBar or to the left of a vertical TrackBar.
Requirements

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