在 Expression Blend 中执行 WPF 有哪些优势?
我一直在学习 WPF 并查看 Expression Blend。据我所知,Visual Studio 可以做它能做的一切,甚至更多。人们为什么使用 Expression Blend?它能做 VS 做不到的事情吗?
他们说它是为“设计师”设计的。它为设计师提供了哪些 VS 没有的工具?设计师就不能用VS吗?
I've been learning WPF and checking out Expression Blend. As far as I can tell, Visual Studio can do everything it can and more. Why do people use Expression Blend? Can it do anything VS cannot?
They say its geared for "designers." What tools does it have for designers that VS doesn't? Couldn't designers just use VS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几件事 Expression Blend 可以做得更好,或者只能在 Blend 中实现。
其中一些是:
这些只是其中的一小部分。尽管这些事情可以在 XAML 中手动完成,但在 Blend 中要容易得多。如果您只想做简单的布局,那么 Visual Studio 和 XAML 就可以了。如果您想深入了解 UI,那么 Blend 无疑是您可以使用的工具。
There are several things that Expression Blend does better, or is only possible in Blend.
Some of those things are:
These are just a few. Although these things can be done by hand in XAML, they are sufficiently easier in Blend. If all you want to do is simple layout, then Visual Studio and XAML are fine. If you want to get down and dirty with the UI, then Blend is certainly the tool to use.