tags:

views:

51

answers:

1

Hello,

is there a way how to see XAML compiled into C#? It would be really useful because I would not have to look for "how to do something in WPF programatically".

Thanks!

+6  A: 

I use XAMLT tool for this. It's XAML To C# converter. It is very useful if you newbie in XAML. It help you understand how to get the same things which you do in XAML in C#

This is a link to the soft: http://www.xamlt.com/

Polaris
I'm really lost in the UI but it works! :)
MartyIX
Enter Sample.xaml. And just change xaml for what you need. In the below window C# code automatically changed and you see how to do the same in c#
Polaris
Yes, I've already found it. I mean UI in general.
MartyIX