mark

fun <T : Comparable<T>> RangeValueSlider<T>.mark(vararg using: T)(source)

Sets the RangeValueSlider's marker based on the given values.

Parameters

using

these values to set each mark


Sets the RangeValueSlider's marker based on the given Iterable.

Parameters

using

this iterable to set each mark


fun <T : Comparable<T>> ValueSlider<T>.mark(vararg using: T)(source)

Sets the ValueSlider's marker based on the given values.

Parameters

using

these values to set each mark


Sets the ValueSlider's marker based on the given Iterable.

Parameters

using

this iterable to set each mark