Silverlight 的 Deep Zoom 功能在 Windows 8 中可用吗?
是否可以在 Windows 8 中编写 Deep Zoom Metro 应用程序?
Will it be possible to write Deep Zoom metro apps in Windows 8?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎没有类似于
MultiScaleImage
控件位于 WinRT Windows。 UI.Xaml.Controls 命名空间。但这并不意味着它在发布时不会出现。另外,没有什么可以阻止您滚动自己的 MultiScaleImage 控件,尽管我不认为这就是您问题中的意思。
There doesn't appear to be an analog to the
MultiScaleImage
control in the WinRT Windows.UI.Xaml.Controls namespace. That doesn't mean it won't be there at release, however.Also, there's nothing preventing you from rolling your own
MultiScaleImage
control, though I don't think that's what you meant in your question.