The position of the tick marks relative to the receiver.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
var tickMarkPosition: NSSlider.Tick Mark Position { get set }
Discussion
The value of this property is a constant indicating the position of the tick marks. Possible values are described in NSSlider
. The default alignments are NSTick
and NSTick
. Setting this property has no effect if no tick marks have been assigned (that is, if number
is 0).