Exemplo n.º 1
0
 internal void Stop()
 {
     _animation?.StopAnimation(TargetProperty);
     _animation?.Dispose();
     _animation = null;
 }