-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rotate programmatically #1
Comments
I managed to do it when a button is clicked, by creating public properties for the Then in the click event of a button:
This could easily be made by creating a public method in But what i also wnat to do is what I stated in my previous post, I don't see the way to achieve it Edited: Added random selection angle |
The |
The problem in the I almost achieved by doing this:
and commenting the content of the It works good the first time, but the successive times I spin it if I start dragging the Wheel slowly it suddeny changes the angle like 90º and then speens correctly Cheers |
Try this for rotating wheel programmatically |
Hi,
Thanks for this great Rotatory Wheel.
I'm trying to rotate the wheel programmatically (on a UWP App), so when a user rotates it manually it keeps spinning for a defined amount of time
I'm kind of new to Manipulation...
How can I achieve it?
Thanks
The text was updated successfully, but these errors were encountered: