Import and render the contents of a XAML file inline in another XAML file?
Posted
by spoon16
on Stack Overflow
See other posts from Stack Overflow
or by spoon16
Published on 2010-03-26T17:20:02Z
Indexed on
2010/03/26
17:23 UTC
Read the original article
Hit count: 487
Silverlight
|xaml
I have a XAML file that I exported from Expression Design. I would like to render that XAML content inline in one of my user controls. Can I reference the external XAML file that I want to include as a Resource on the UserControl I want to render it in? Or is there some other markup that I can use to identify the XAML object in my project that I want rendered in the current location?
I am using Silverlight 4.
© Stack Overflow or respective owner