This question is locked. New answers and comments are not allowed.
Hi!
I've setup my transitions animations fine...
But some apps have a similar "loading" animation on the background while applying the transition...
I was able to get me a background image
is what i want even possible?
I've setup my transitions animations fine...
But some apps have a similar "loading" animation on the background while applying the transition...
I was able to get me a background image
RootFrame = new RadPhoneApplicationFrame { Background = new ImageBrush { ImageSource = new BitmapImage(new Uri("Content/Loading.jpg", UriKind.RelativeOrAbsolute)), Opacity = 1, Stretch = Stretch.None } , Height = 800 }; ;is what i want even possible?
