IAnimatable 인터페이스

정의

이 형식은 WPF 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다. 클래스에 애니메이션을 적용할 수 있도록 만들려면 클래스가 UIElement, ContentElement 또는 Animatable에서 파생되어야 합니다.

public interface class IAnimatable
public interface IAnimatable
type IAnimatable = interface
Public Interface IAnimatable
파생

속성

HasAnimatedProperties

이 인스턴스에 애니메이션이 적용된 속성이 있는지 여부를 나타내는 값을 가져옵니다.

메서드

ApplyAnimationClock(DependencyProperty, AnimationClock)

지정된 종속성 속성에 지정된 AnimationClock의 효과를 적용합니다.

ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)

지정된 종속성 속성에 지정된 AnimationClock의 효과를 적용합니다. 현재 애니메이션에 대한 새 AnimationClock의 영향은 handoffBehavior 매개 변수 값에 의해 결정됩니다.

BeginAnimation(DependencyProperty, AnimationTimeline)

지정된 AnimationTimeline을 기반으로, DependencyProperty 개체의 애니메이션 시퀀스를 시작합니다.

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

지정된 DependencyPropertyAnimationTimeline에 따라 HandoffBehavior 개체에 대한 애니메이션 시퀀스를 시작합니다.

GetAnimationBaseValue(DependencyProperty)

지정된 DependencyProperty 개체의 기준 값을 검색합니다.

적용 대상

추가 정보