Completed
Last Updated: 26 Oct 2017 07:53 by PeterS
ADMIN
Martin Ivanov
Created on: 04 Oct 2017 13:16
Category: Diagram
Type: Bug Report
5
Diagram: Setting RotationOrigin of RotationService leads to wrong rotation angle calculation
This is reproducible only if you set the RotationOrigin property to a value different than (0.5,0.5). Also, the rotation angle is wrong only on the first call of the Rotate() method of the service. 

To work this around you can create a custom RotationService and override its CalculateRotationAngle() method where you can calculate custom angle. 

http://docs.telerik.com/devtools/wpf/controls/raddiagram/features/services

https://github.com/telerik/xaml-sdk/tree/master/Diagram/CustomServices
1 comment
PeterS
Posted on: 05 Oct 2017 08:27
Hi Telerik Team, we need this fix for out project which development is going right now.