WPF UserControl Embedded Animation
- by Matt B
Hi all,
I have a UserControl called Beetle.xaml which has animation makeing the legs move. So far so good. I added this to my Background.xaml page by decaring the xmlns and xaml as:
xmlns:my="clr-namespace:Intellident.Liber8.GUI.Theme.Jungle"
and
<my:Beetle VerticalAlignment="Bottom" HorizontalAlignment="Left"…