码迷,mamicode.com
首页 > 其他好文 > 详细

XAML UI 的3D 透视效果

时间:2015-01-25 12:25:41      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:

 

<StackPanel Margin="35" Background="Gray">
        <StackPanel.Projection>
            <PlaneProjection RotationX="-35" RotationY="-35" RotationZ="15"/>
        </StackPanel.Projection>
        <TextBlock Margin="10">Type Something Below</TextBlock>
        <TextBox Margin="10"></TextBox>
        <Button Margin="10" Content="Click" Width="100"/>
    </StackPanel>

XAML UI 的3D 透视效果

标签:

原文地址:http://www.cnblogs.com/hom-ketg/p/4246265.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!