开发者

How to compile XAML into C#?

开发者 https://www.devze.com 2023-01-03 21:53 出处:网络
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 someth开发者_运维问答ing in WPF programatically\".

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 someth开发者_运维问答ing in WPF programatically".

Thanks!


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/


Found the perfect solution: XAML Code Behind Generator, see http://xamlgenerator.codeplex.com/.

Its a plugin for Visual Studio 2010 that allows you to compile XAML into the equivalent C#.

0

精彩评论

暂无评论...
验证码 换一张
取 消