Question:
I have a Silverlight site template. I'm not strong at SilverLight. But I need to make a small site using this template. That's what exactly interests me.
- How do I fill the existing pages in the template with formatted text, images, etc.?
- How to add new pages without breaking the structure and design of the site?
Answer:
Drop the file into the project together with others in the project (drag it onto the project).
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="здесь твой файл.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Window.Resources>
Write this before
<grid>
<!-- сама программа -->
</grid>