TickPresentation

data class TickPresentation(val gap: Double = 1.0, val location: TickLocation = GrooveAndRange)(source)

Configures how ticks are drawn for sliders

Constructors

Link copied to clipboard
constructor(gap: Double = 1.0, location: TickLocation = GrooveAndRange)

Properties

Link copied to clipboard
val gap: Double = 1.0

indicates the size of the tick on the bar

Link copied to clipboard

indicates whether the ticks show up on the bar's groove only, or both the groove and range.