ContentElement.BeginAnimation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 요소에서 지정된 애니메이션 속성에 대한 애니메이션을 시작합니다.
오버로드
BeginAnimation(DependencyProperty, AnimationTimeline) |
이 요소에서 지정된 애니메이션 속성에 대한 애니메이션을 시작합니다. |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) |
속성에 이미 실행 중인 애니메이션이 있는 경우 수행할 동작을 지정하는 옵션을 사용하여 이 요소의 지정된 애니메이션 속성에 대해 특정 애니메이션을 시작합니다. |
BeginAnimation(DependencyProperty, AnimationTimeline)
이 요소에서 지정된 애니메이션 속성에 대한 애니메이션을 시작합니다.
public:
virtual void BeginAnimation(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationTimeline ^ animation);
public void BeginAnimation (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationTimeline animation);
abstract member BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline -> unit
override this.BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline -> unit
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline)
매개 변수
종속성 속성 식별자로 지정된, 애니메이션을 지정할 속성입니다.
- animation
- AnimationTimeline
시작할 애니메이션의 Timeline입니다.
구현
설명
속성에 애니메이션 효과를 주는지 여부를 확인하면 애니메이션이 시작되고 애니메이션이 없는 시작 지점을 벗어난 첫 번째 프레임이 렌더링될 때 애니메이션으로 간주됩니다.
for animation
이 BeginTime null
면 현재 애니메이션이 제거되고 속성의 현재 값이 유지됩니다.
전체 animation
값이 null
면 모든 애니메이션이 속성에서 제거되고 속성 값이 기본 값으로 되돌아갑니다. 그러나 원래 연결된 애니메이션 타임라인은 중지되지 않습니다. 해당 타임라인에 할당된 다른 애니메이션은 계속 실행됩니다.
적용 대상
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
속성에 이미 실행 중인 애니메이션이 있는 경우 수행할 동작을 지정하는 옵션을 사용하여 이 요소의 지정된 애니메이션 속성에 대해 특정 애니메이션을 시작합니다.
public:
virtual void BeginAnimation(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationTimeline ^ animation, System::Windows::Media::Animation::HandoffBehavior handoffBehavior);
public void BeginAnimation (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationTimeline animation, System.Windows.Media.Animation.HandoffBehavior handoffBehavior);
abstract member BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline * System.Windows.Media.Animation.HandoffBehavior -> unit
override this.BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline * System.Windows.Media.Animation.HandoffBehavior -> unit
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline, handoffBehavior As HandoffBehavior)
매개 변수
종속성 속성 식별자로 지정된, 애니메이션을 지정할 속성입니다.
- animation
- AnimationTimeline
적용할 애니메이션의 Timeline입니다.
- handoffBehavior
- HandoffBehavior
새 애니메이션이 이미 속성 값에 영향을 주고 있는 현재(실행 중인) 애니메이션과 상호 작용하는 방법을 지정하는 열거형 값입니다.
구현
설명
속성에 애니메이션 효과를 주는지 여부를 확인하면 애니메이션이 시작되고 애니메이션이 없는 시작 지점을 벗어난 첫 번째 프레임이 렌더링될 때 애니메이션으로 간주됩니다.
for animation
이 BeginTime null
면 현재 애니메이션이 제거되고 속성의 현재 값이 유지됩니다.
전체 animation
값이 null
면 모든 애니메이션이 속성에서 제거되고 속성 값이 기본 값으로 되돌아갑니다. 그러나 원래 연결된 애니메이션 타임라인은 중지되지 않습니다. 해당 타임라인에 할당된 다른 애니메이션은 계속 실행됩니다.