Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 WP7 应用程序中,我想将网格旋转一些度数。页面方向改变时是否可以反向旋转。请帮助我。
旋转网格
<Grid RenderTransformOrigin="0.5,0.5" > <Grid.RenderTransform> <CompositeTransform Rotation="180"/> </Grid.RenderTransform> </Grid>
您也可以在设计区域中旋转它,方法是单击角并在获得弯曲箭头符号后旋转。