Slider.tickCount

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

  1. long tickCount [@property getter]
  2. long tickCount [@property setter]
    struct Slider
    @nogc nothrow @property
    void
    tickCount
    (
    long v
    )

Meta