stopCount property

int stopCount
final

The number of non-zero evenly placed stops around the dial. If <= zero, there are no stops and the dial is infinite on 0.0,360.0 eg) stopCount: 10 will result in a stop at "zero" and 10 subsequent evenly distributed radial stops at degrees (36, 72, 108, ... 360)

Implementation

final int stopCount;