The purpose of this article is to highlight some of the many uses for building XAML dynamically at run time. These techniques are extremely powerful.
If you ever write code which is building something which you can do in XAML then these techniques can save you an awful lot of time. This is particularly true with things like Trigger based animations which are a complete nightmare to write in code. This is one of those areas which is really exciting - so long as you can possibly do it in XAML the limitations are your imagination.
<
Application.Resources
>
ResourceDictionary
ResourceDictionary.MergedDictionaries
Source
=
"Dictionary1.xaml"
/>
</