Animating along a path

There is one further method of animating property values in WPF. Using PathFigure and PathSegment objects, we can construct a PathGeometry object and then animate a property value according to the X, Y and/or rotation angle values of the path.

As this method is primarily used for animating objects along a complex path and therefore not aimed at typical business applications, we will cover only the basics of this functionality here. As with the other kinds of animation classes, there are different path animation types that manipulate different CLR types. Path animation classes follow the naming convention <Type>AnimationUsingPath.

Each <Type>AnimationUsingPath class has a PathGeometry property that we can use to specify a path ...

Get Mastering Windows Presentation Foundation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.