AnimationExtensions.AbortAnimation(IAnimatable, String) 메서드

정의

애니메이션을 중지합니다.

public static bool AbortAnimation (this Xamarin.Forms.IAnimatable self, string handle);
static member AbortAnimation : Xamarin.Forms.IAnimatable * string -> bool

매개 변수

self
IAnimatable

이 메서드가 실행되는 개체입니다.

handle
String

애니메이션의 기간 동안 해당 형제 및 부모 애니메이션 간 고유해야 하는 애니메이션 키입니다.

반환

설명

IAnimatable instance 속한 애니메이션을 참조하는 경우 handle 해당 트위너 처리기가 제거되고, 트위너가 중지되고, 애니메이션이 이 IAnimatable instance 제거되고, 완료된 것으로 표시됩니다. 이 IAnimatable instance 속한 운동 중 하나를 참조하는 경우 handle 해당 키와 시세는 제거됩니다.

적용 대상