开发者

How to use Silverlight SDK with WPF

开发者 https://www.devze.com 2023-01-04 22:11 出处:网络
as easy as it sounds, How can I use the themes provided in SL SDk 4.0 into WPF project?? I开发者_运维百科t should be easy!! Am I missing something?While Silverlight and WPF are related they are not

as easy as it sounds,

How can I use the themes provided in SL SDk 4.0 into WPF project??

I开发者_运维百科t should be easy!! Am I missing something?


While Silverlight and WPF are related they are not identical. Each has namespaces, classes and methods that don't exist in the other.

Simply copying the Silverlight xaml into your WPF project and fixing the compile errors is one approach, but I wouldn't recommend it. There are differences, like Triggers for example, that have no direct equivalent.

0

精彩评论

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