The RadialGauge control is beautiful would be great to be able to allow users to select values using it as well (could allow for things like time selecting etc).
Pinging @XamlBrewer who wrote it
I'm considering to build a Behavior for this, like a _RadialGaugeInputBehavior_ with a _StepSize_ property. It would update the control's Value and make the Needle follow the input pointer (finger or mouse). Is this what you have in mind?
@XamlBrewer exactly. I think its a great control and making the user be able to provide input into it would be a fantastic extension.
Perhaps this control should have inherited from Slider ? Then you get all this inherited instead, and it's mainly about templating
I'm working on a version of RadialGauge that has an (optional) _StepSize_ property that does rounding of the _Value_, and an _IsInteractive_ property that allows you to set the _Value_ by listening for _Tapped_ and _ManipulationDelta_.
Most helpful comment
I'm considering to build a Behavior for this, like a _RadialGaugeInputBehavior_ with a _StepSize_ property. It would update the control's Value and make the Needle follow the input pointer (finger or mouse). Is this what you have in mind?