---
title: tintProminence
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsslider/tintprominence
---

# tintProminence

The tint prominence of the slider. The automatic behavior for a regular slider tints its track fill, while a slider with tick marks is untinted. Setting the tint prominence will override this default behavior and choose an explicit track fill tint behavior. See NSTintProminence for a list of possible values.

## Declaration

```swift
var tintProminence: NSTintProminence { get set }
```

## See Also

### Managing the slider’s appearance

- [sliderType](appkit/nsslider/slidertype-swift.property.md)
- [NSSlider.SliderType](appkit/nsslider/slidertype-swift.enum.md)
- [altIncrementValue](appkit/nsslider/altincrementvalue.md)
- [knobThickness](appkit/nsslider/knobthickness.md)
- [isVertical](appkit/nsslider/isvertical.md)
- [trackFillColor](appkit/nsslider/trackfillcolor.md)
- [NSTintProminence](appkit/nstintprominence.md)
