开发者

Create a Mirrored control in Silverlight 3

开发者 https://www.devze.com 2023-01-05 06:37 出处:网络
I want to be able to dynamical开发者_高级运维ly mirror a silverlight control. suppose i have a stackpanel and two buttons inside | >>(button1) | >(button2) |

I want to be able to dynamical开发者_高级运维ly mirror a silverlight control. suppose i have a stackpanel and two buttons inside | >>(button1) | >(button2) |

When i flip it, the result will be |< (button 2)|<< (button1)|

How to do that?


Got it, create a planeprojection on the control and add a rotationY of 180 degrees.

0

精彩评论

暂无评论...
验证码 换一张
取 消