Visual3D::ApplyAnimationClock Method (DependencyProperty^, AnimationClock^)

 

Applies the effect of a given AnimationClock to a given dependency property.

Namespace:   System.Windows.Media.Media3D
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual void ApplyAnimationClock(
	DependencyProperty^ dp,
	AnimationClock^ clock
) sealed

Parameters

dp
Type: System.Windows::DependencyProperty^

The DependencyProperty to animate.

clock
Type: System.Windows.Media.Animation::AnimationClock^

The AnimationClock that animates the property.

.NET Framework
Available since 3.0
Return to top
Show: