I have a custom hexagon menu in wpf and want to rotate it this is the rotation code
hexagonMenu1.RenderTransform = new RotateTransform(i,hexagonMenu1.Hexagon.ContainerRect.Width / 2, hexagonMenu1.Hexagon.ContainerRect.Height / 2);
when I call this code more than one it do nothing and panel not rotated , what can i do? Thanks.