Completed
Last Updated: 13 Feb 2020 09:02 by ADMIN
Release R1 2020 SP1
ADMIN
Martin Ivanov
Created on: 23 Jul 2015 14:24
Category: Diagram
Type: Bug Report
0
Diagram: The selection adorner is misplaced when the shape is rotated and then resized - reproducible only with a custom shape

If we have a custom shape that derives from RadDiagramShapeBase and we rotate it at some degree (90) for example, and then resize it the diagram's selection adorner is misplaced with the shape. Workaround:

Set RenderTransofrmOrigin = new Point(0.5, 0.5) to the shape.

Other workaround: Derive the custom shape from RadDiagramShape, instead of RadDiagramShapeBase.

0 comments