RadialGauge as NumberInput
In addition to the InputNumber control, you can use the RadialGauge to input numbers. The RadialGauge control is similar in features and behavior to the LinearGauge, but with a circular layout.
Here is an input range element that can be used to enter values between zero and 255:
50
Here is a RadialGauge control set for the same range. The isReadOnly property is set to false, so you can change the gauge value using the mouse or keyboard:
And here is another RadialGauge control with some styling applied: