IAnimatable 인터페이스

정의

이 형식은 WPF 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 클래스에 애니메이션 효과를 주려면 클래스를 파생하거나 UIElementContentElementAnimatable.

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

속성

Name Description
HasAnimatedProperties

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

메서드

Name Description
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)

지정된 종속성 속성에 지정된 AnimationClock 효과를 적용합니다. 새 애니메이션이 AnimationClock 현재 애니메이션에 미치는 영향은 매개 변수 값 handoffBehavior 에 따라 결정됩니다.

ApplyAnimationClock(DependencyProperty, AnimationClock)

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

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

지정 DependencyProperty 한 항목과 AnimationTimeline.개체를 모두 기준으로 .object에 대한 HandoffBehavior애니메이션 시퀀스를 시작합니다.

BeginAnimation(DependencyProperty, AnimationTimeline)

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

GetAnimationBaseValue(DependencyProperty)

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

적용 대상

추가 정보