private void BeginAnimations() { UpdateDuration(); UpdateRadius(); RotationStoryboard.Begin(); PulsingStoryboard.Begin(); }
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]; }
void RotatingContainer_Loaded(object sender, RoutedEventArgs e) { RotationStoryboard.Begin(); }