Google News
logo
WPF - Interview Questions
Explain path animation in WPF.
In Path animations, an animated object follows a path set by a Path geometry. The PathGeometry property of the PathAnimation can be set by defining a geometric path. You can use path animations to animate objects along a complex path. A complex animation can be created by joining together straight lines, arcs, and Bezier curves in any order.
Advertisement