다음을 통해 공유


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
System.String

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

반환

System.Boolean

설명

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

적용 대상