04-08-2010, 10:17 AM
Hi abenedik,
thanks a lot, your solution works fine (your right, currently I'm using the evaluation version).
The resulting xaml do not contain any Image-Tags (like it is when I use Paste2Xam).
Should I add these tags manually, like:
string xaml = reader.GetXaml(...);
then walk through the xml and add these tags...
Or are there better ways for that?
I know how to get the image information by using the EmbeddedBitmapImages property.
Regards
Peter
thanks a lot, your solution works fine (your right, currently I'm using the evaluation version).
The resulting xaml do not contain any Image-Tags (like it is when I use Paste2Xam).
Should I add these tags manually, like:
string xaml = reader.GetXaml(...);
then walk through the xml and add these tags...
Or are there better ways for that?
I know how to get the image information by using the EmbeddedBitmapImages property.
Regards
Peter

