Multiple choice technology platforms and products

Which of the following is not correct about StoryBoard in Silverlight?

  1. Controls animations with a timeline, and provides object and property targeting information for its child animations

  2. Storyboard is a container for animation objects

  3. We can use the interactive methods of the Storyboard object to start, pause, resume, and stop an animation

  4. We can not nest Storyboard objects within each other

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Storyboards CAN be nested within each other in Silverlight - this is a common pattern for complex animations. Option A correctly describes Storyboard's timeline-based animation control. Option B is correct - Storyboard serves as a container. Option C accurately lists the interactive control methods available.