---
title: tickMarkPosition
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nslevelindicatorcell/tickmarkposition
---

# tickMarkPosition

The placement of tick marks on the level indicator control.

## Declaration

```swift
var tickMarkPosition: NSSlider.TickMarkPosition { get set }
```

## Discussion

Discussion Use this property to set the position where the control draws tick marks. Regardless of the value in this property, tick marks are not drawn if the value in the numberOfTickMarks property is 0. The default value of this property is NSTickMarkBelow, which also corresponds to the value NSTickMarkLeft for vertically oriented level indicators.

## See Also

### Managing Tick Marks

- [numberOfTickMarks](appkit/nslevelindicatorcell/numberoftickmarks.md)
- [numberOfMajorTickMarks](appkit/nslevelindicatorcell/numberofmajortickmarks.md)
- [tickMarkValue(at:)](appkit/nslevelindicatorcell/tickmarkvalue(at:).md)
- [rectOfTickMark(at:)](appkit/nslevelindicatorcell/rectoftickmark(at:).md)
