Hi. Is it possible to programatically move shapes on a diagram? I can change its position from a button click event, but would like to animate the movement. Eventually i would want to animate multiple shapes simultaneously (individually not as group)
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 06 Jan 2017, 11:58 AM
Hello Renier,
RadDiagram doesn't support animation of its shape positions. In order to achieve this you can use WPF storyboard and animate the Position property of the shape. You can read more about WPF animations in MSDN.
Regards,
Martin
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.