IAnimatable.ApplyAnimationClock Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee wordt het effect van een gegeven AnimationClock op een bepaalde afhankelijkheidseigenschap toegepast.
Overloads
| Name | Description |
|---|---|
| ApplyAnimationClock(DependencyProperty, AnimationClock) |
Hiermee wordt het effect van een gegeven AnimationClock op een bepaalde afhankelijkheidseigenschap toegepast. |
| ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) |
Hiermee wordt het effect van een gegeven AnimationClock op een bepaalde afhankelijkheidseigenschap toegepast. Het effect van de nieuwe AnimationClock op de huidige animaties wordt bepaald door de waarde van de |
ApplyAnimationClock(DependencyProperty, AnimationClock)
Hiermee wordt het effect van een gegeven AnimationClock op een bepaalde afhankelijkheidseigenschap toegepast.
public:
void ApplyAnimationClock(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationClock ^ clock);
public void ApplyAnimationClock(System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationClock clock);
abstract member ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock -> unit
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock)
Parameters
Het DependencyProperty te animeren.
- clock
- AnimationClock
De AnimationClock eigenschap wordt bezield.
Zie ook
Van toepassing op
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
Hiermee wordt het effect van een gegeven AnimationClock op een bepaalde afhankelijkheidseigenschap toegepast. Het effect van de nieuwe AnimationClock op de huidige animaties wordt bepaald door de waarde van de handoffBehavior parameter.
public:
void ApplyAnimationClock(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationClock ^ clock, System::Windows::Media::Animation::HandoffBehavior handoffBehavior);
public void ApplyAnimationClock(System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationClock clock, System.Windows.Media.Animation.HandoffBehavior handoffBehavior);
abstract member ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock * System.Windows.Media.Animation.HandoffBehavior -> unit
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock, handoffBehavior As HandoffBehavior)
Parameters
Het DependencyProperty te animeren.
- clock
- AnimationClock
De AnimationClock eigenschap wordt bezield.
- handoffBehavior
- HandoffBehavior
Bepaalt hoe de nieuwe AnimationClock overgang van de huidige animaties op de eigenschap verandert of beïnvloedt.