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>
角をクリックしてデザイン領域で回転させ、曲がった矢印記号を取得したら回転させることもできます。