Beispiel #1
0
 private void RemoveAnimations_Click(object sender, RoutedEventArgs e)
 {
     EmpParticleEffect.RemoveAnimations(ParticleEffectsView, IgnoreAlpha);
     MessageBox.Show(this, "Animations removed.", "Remove Animations", MessageBoxButton.OK, MessageBoxImage.Information);
 }