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

XAML UI 的3D 透视效果

时间:2014-08-31 11:59:41      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:xaml   ui   3d   c#   


<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 透视效果

标签:xaml   ui   3d   c#   

原文地址:http://blog.csdn.net/hom_ketg/article/details/38958375

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