I have a silverlight application in a s开发者_运维百科toryboard that starts before loading my second page, the problem is that the StoryBase starts too late, I need to start faster, I guess this is ha
my problem is I have a Silverlight application with flip navigation which is composed of two a storyboard that rotates the page and To = 90 ,From = 0 and the other from = -90 To = 0, the problem is th
I need help, I have an application in Silverligh开发者_Python百科t. The first page has many controls such as \"Buttons, Calendars & Images\" and it makes my storyboard start very slowly.
I need to translate this xaml code into code behind for begintime. <Storyboard BeginTime=\"0:0:10\" x:Name=\"sbEllipse1\">
I just want to start an storyboard which makes an rectangle visible for 2 seconds when user pressed with left mouse button. But I could not solve how to get the visibility value.
I have a method that enables me to animate objects that have to do with a DoubleAnimation: public void animDouble(DependencyObject target, DependencyProperty property, double to, TimeSpan duration, d
I have a Button and a UserControl. The height of the UserControl is set to 0. When I click the Button I use a StoryBoard to animate the height of the UserControl to 100. The UserControl becomes visibl
i am trying to rotate an object from code behind. Code below: Storyboard storyBoard = new Storyboard();
I would like to have a storyboard started, whenever the value of MyCounterchanges. With a DataTrigger I only can trigger on a specific value.
I have a canvas where I draw rectangles and move them randomly with the help of a storyboard. After a few cycles the storyboard.completed event does not fire any more. Does anybody know? here is my xa