Function Slider.tickCount

Number of ticks displayed on the slider, including border ticks. Ticks are uniformly-distributed value markers.

long tickCount() nothrow @property @nogc;

void tickCount (
  long v
) nothrow @property @nogc;