将 ViewBox 控件引用添加到 Silverlight 项目

发布于 2024-11-05 04:50:10 字数 431 浏览 0 评论 0原文

我需要在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半仙 2024-11-12 04:50:11

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文