コード例 #1
0
 private void BeginAnimations()
 {
     UpdateDuration();
     UpdateRadius();
     RotationStoryboard.Begin();
     PulsingStoryboard.Begin();
 }
コード例 #2
0
        public MainPage()
        {
            InitializeComponent();

            //start the animation
            RotationStoryboard.Begin();

            //set the details view to the first item in the collection
            DetailsGrid.DataContext = ((Executives)this.Resources["Executives"])[0];
        }
コード例 #3
0
 void RotatingContainer_Loaded(object sender, RoutedEventArgs e)
 {
     RotationStoryboard.Begin();
 }