This example shows how to use Clock objects to animate a property.
There are three ways to animate a dependency property:
Storyboard objects and the BeginAnimation method enable you to animate properties without directly creating and distributing clocks (for examples, see How to: Animate a Property by Using a Storyboard and How to: Animate a Property Without Using a Storyboard); clocks are created and distributed for you automatically.
The following example shows how to create an AnimationClock and apply it to two similar properties.
For an example showing how to interactively control a Clock after it starts, see How to: Interactively Control a Clock.