Function Slider.ticksOnBorders

If true, the slider will display ticks for minimum and maximum values.

bool ticksOnBorders() nothrow @property @nogc;

void ticksOnBorders (
  bool v
) nothrow @property @nogc;