WPF UserControl Embedded Animation -


I have a UserControl called Beetle.xaml, which is moving the animation feet. So far, so good. I have fixed xmlns and xaml on my background.xml page:

  xmlns: my = "clr-namespace: intellident.Liber8.GUI.Theme.jungle"  

and

  & lt; My: Beetle Vertical Element = "Down" horizontal alignment = "left" margin = "180,0,0,175" & gt; & Lt; UserControl.RenderTransform & gt; & Lt; Matrix transform x: name = "tranbeetle" /> & Lt; /UserControl.RenderTransform> & Lt; / Mary: Beetle & gt;  

However, I find errors in saying that I can not declare the x: name because I am in the wrong scope, I can not declare myself: Name Thus does not exist.

Ta, Matt

EDIT: I thought that I can say that both Beetle.xaml and Background.xaml Intellident.Liber8.GUI.Theme.Jungle live in Namkop.


Comments