Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1105
xamRadialMenu RadialMenuNumericGauge ticks are double values
posted

Hi,

I am trying to use to RadialMenu where one of my items should set a double value.

based on your samples, I have set 


<ig:RadialMenuNumericGauge
Ticks="0.25 0.5 0.75 1 1.25 1.5 1.75"
Value="{Binding ElementName=fontNumericItem, Path=Value, Mode=TwoWay}" />
</ig:RadialMenuNumericItem>

the gauge does show the ticks as defined, but you can only set integer value.

Is it not possible to use the RadialMenuNumericGauge for double value? all documentation refer to double value (ticks is DoubleCollection, value-changed-event-args are double, etc.) but the control that not seem to allow setting the value not to integer.

Parents Reply Children
No Data