Click here to Skip to main content
15,895,797 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

<grid canvas.left="569" canvas.top="480" width="409" rendertransformorigin="0.5,0.5">
<grid.rendertransform>
<compositetransform>



<ellipse verticalalignment="Top" horizontalalignment="Center" width="20" fill="Blue" height="20">
ManipulationMode="Rotate" ManipulationDelta="Ellipse_ManipulationDelta" ManipulationStarting="Ellipse_ManipulationStarting" ManipulationCompleted="Ellipse_ManipulationCompleted">
<local:myusercontrol1 x:name="testControl" margin="0,20" xmlns:x="#unknown" xmlns:local="#unknown">
ManipulationMode="All" RenderTransformOrigin="0.5,0.5">
<local:myusercontrol1.rendertransform>
<compositetransform>





I need to rotate the grid control based on the ellipse in windows store apps

Can anybody please help?

Thanks in advance.

Vinay
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900