startWith property

int startWith
getter/setter pair

starting value from where the sequence starts. startWith value should be greater than or equal to minimum value and less than equal to maximum value.

Implementation

int startWith = 0;