缩放控制至 SilverLight Form
我仍然没有找到答案:如何为我的 SilverLight Form 实现缩放控件? 我希望您能帮助我解决这个问题)我希望缩放缩放控件内的控件,而不是缩放图像。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我仍然没有找到答案:如何为我的 SilverLight Form 实现缩放控件? 我希望您能帮助我解决这个问题)我希望缩放缩放控件内的控件,而不是缩放图像。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
这是一个缩放子控件的 WPF 控件。应该相当容易转换为 Silverlight。
这里是一个执行相同操作的 silverlight 控件:
This is a WPF control that zooms the child controls. Should be fairly easy to convert to Silverlight.
Here is a silverlight control that does the same thing:
像这样:
http://www.codeproject.com/KB/silverlight/ZoomAndPan.aspx< /a>
Like this:
http://www.codeproject.com/KB/silverlight/ZoomAndPan.aspx
在 RenderTransform 中使用 ScaleTransform
http://ganshani.com/ 2009/08/14/zoom-in-and-out-in-silverlight/
编辑:另一个链接不起作用。这是互联网存档版本。
With ScaleTransform in RenderTransform
http://ganshani.com/2009/08/14/zoom-in-and-out-in-silverlight/
Edit: the other link doesn't work. Here is the internet archive version.