How to incorporate animation to controls using styles
-
Motion Tween
-
Time Line
-
Story Board
-
Animation
C
Correct answer
Explanation
In WPF/XAML, animations are incorporated using Storyboard objects. A Storyboard is a container timeline that groups and controls child animations. Options A (Motion Tween) and B (Time Line) are animation concepts from other technologies (Flash/Flex). Option D (Animation) is too generic - Storyboard is the specific XAML mechanism for defining and controlling animations in styles and templates.