Let Silverlight 2.0 animate making Silverlight 2.0 animation Start (No motion Reason) _ Practical tips

Source: Internet
Author: User
Here's the problem again.
Microsoft Expression Blend 2 animation is not moving
Now the master teaches us how to animate silverlight.2.0.
Very simple
You made the animation.
But there's no trigger point.
Or don't tell me when to start
Microsoft Visual Web Developer 2008 Express Edition or VS2008
Then hit the Silverlight Tools patch
This should be convenient.
Of course, Notepad can also
Open Code section like mine is Page.xaml.cs.
Like the animated Ballmove I'm going to make me (the name of the Microsoft Expression blend Storyboard)
To run an animation at startup:
If you can't read the code,
Suggest finding a book like Wrox Red Book C # Introductory Classic
Copy Code code as follows:

using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
Namespace Feiruwenzi
{
Public partial class Page:usercontrol
{
Public Page ()
{
/ /Required to initialize variables
InitializeComponent ();
this. Loaded + = new Routedeventhandler (page_loaded);
//Delegate hook registration, which is valid, it is recommended to use VS or vwd time, with the tab action
}
void Page_loaded (object sender, RoutedEventArgs e)
{
Bal Lmove. Begin ();/Move
}
}
}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.