예제 #1
0
 internal void Stop()
 {
     _animation?.StopAnimation(TargetProperty);
     _animation?.Dispose();
     _animation = null;
 }