value property
The offset in the slider's track at which to position this mark, in percentage.
For example, if the value is 0.5
, the mark will be positioned in the middle of the slider's bar.
Contract
Throws AssertionError if it is not between 0
and 1
, inclusive.
Implementation
final double value;