如何使包含图像和用户控件的画布可以旋转?

时间:2013-10-29 06:17:27

标签: wpf canvas wpf-controls pixelsense scatterview

我使用scatterview来显示Image和usercontrol。从c#代码将canMove和canScale设置为false以限制缩放和移动。我可以通过将canRotate设置为true来旋转散点图。如果我做得对,请任何人指导我。

<s:ScatterView>
  <s:ScatterViewItem Name="sctHanger" >
    <Canvas Name="qrhangars" >
      <Image Name="imginfo" Source="/Resources/info.fw.png" Width="100"           Height="100"  TouchDown="imginfo_TouchDown"  />
      <pie:UserControl1 Name="userctrl1" Visibility="Hidden" Margin="85,70,40,40" />
    </Canvas>
  </s:ScatterViewItem>
</s:ScatterView>

1 个答案:

答案 0 :(得分:1)

是的,这是制作可旋转内容的好方法