Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A storyboard is one way to create animations in Windows Presentation Foundation (WPF) and Microsoft Silverlight. After you create a storyboard, you can use a ControlStoryboardAction to specify what you want the storyboard to do.
To add a ControlStoryboardAction
- In the Assets panel, click Behaviors, and then drag ControlStoryboardAction into the application window and drop it onto the object. - Note - The object to which the behavior is attached provides the context for the behavior. - The Common Properties category appears in the Properties panel. 
- In the Common Properties category of the Properties panel, in the ControlStoryboardOption drop-down list, select the action that you want to perform. .png) 
- In the Storyboard drop-down list, select the storyboard that you want to apply the behavior to. 
To see a sample of this behavior, visit the Expression Community Gallery .png) .
.
Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.