将 ViewBox 控件引用添加到 Silverlight 项目
我需要在我的 SilverLight 项目中使用 ViewBox 控件。谷歌搜索&发现需要安装 Silverlight Tool Kit 来下载 dll(Microsoft.Windows.Control.dll)。根据说明,我已从(http://silverlight.codeplex.com/)下载了工具包。但是当我尝试在我的 silverlight 项目中引用 dll(Microsoft.Windows.Control.dll) 时,我没有找到该 dll。我什至尝试在整个系统中进行搜索。在其他一些博客中提到引用(System.Windows.Controls.Toolkit.dll)来获取ViewBox控件。我做了同样的事情,但无法在我的 XAML 代码中获取 ViewBox 控件。请帮助我解决这个问题。
使用VS 2010 IDE,版本4.0 & XP专业操作系统。
谢谢 加内什B
I have a requirement to use ViewBox control in my SilverLight project. Googled & found need installation of Silverlight Tool Kit for downloading dlls(Microsoft.Windows.Control.dll). As per the instructions i have downloaded tool kit from (http://silverlight.codeplex.com/). But when i tried to reference the dll(Microsoft.Windows.Control.dll) in my silverlight project i didnt find that dll. I tried even searching in my entire system. In some other blogs its mentioned as to reference (System.Windows.Controls.Toolkit.dll) to get ViewBox control. I did the same but not able to get ViewBox control in my XAML code. Kindly help me in resolving this issue.
Using VS 2010 IDE,Version 4.0 & XPProfessional OS.
Thanks
Ganesh.B
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Viewbox 位于 System.Windows.dll 中,它已移动...
我刚才遇到了确切的问题并修复了它。
http://msdn。 microsoft.com/en-us/library/system.windows.controls.viewbox(v=VS.95).aspx
大卫·格雷·赖特
The Viewbox is found in System.Windows.dll it moved...
I had the exact problem just now and fixed it.
http://msdn.microsoft.com/en-us/library/system.windows.controls.viewbox(v=VS.95).aspx
David Gray Wright