XAML UI 的3D 透视效果_.NET_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > .NET > XAML UI 的3D 透视效果

XAML UI 的3D 透视效果

 2015/1/25 12:12:59  Hom_Ketg  程序员俱乐部  我要评论(0)
  • 摘要:<StackPanelMargin="35"Background="Gray"><StackPanel.Projection><PlaneProjectionRotationX="-35"RotationY="-35"RotationZ="15"/></StackPanel.Projection><TextBlockMargin="10">TypeSomethingBelow</TextBlock><
  • 标签:
 

<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>

  • 相关文章
发表评论
用户名: 匿名