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.
Enumerates the operations that can be applied to Storyboard.
Namespace: Microsoft.Xaml.Interactions.Media
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
Syntax
'Declaration
Public Enumeration ControlStoryboardOption
public enum ControlStoryboardOption
public enum class ControlStoryboardOption
type ControlStoryboardOption
public enum ControlStoryboardOption
Members
| Member name | Description | |
|---|---|---|
| Pause | Specifies the pause operation. | |
| Play | Specifies the play operation. | |
| Resume | Specifies the resume operation. | |
| SkipToFill | Specifies the SkipToFill operation. | |
| Stop | Specifies the stop operation. | |
| TogglePlayPause | Specifies the TogglePlayPause operation. |