hi
What is blend ?
How can v use it in WPF ?
Regards
Naveen....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VB DeveloperPosted Mar 7, 2010, 11:21 AM
If you are asking about Microsoft Expression Blend then it is a tool to create/design user interfaces (windows, pages) for your WPF and Silverlight applications without writing any code. This is usually for designers and application developers. After you create your user interfaces, you can use same code (XAML) in your applications.
You can read more about Expression Blend here:
http://www.microsoft.com/expression/products/Blend_Overview.aspx
And download a free trial.