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.
1/6/2010
This method retrieves an IXRStoryboard that defines the appearance of the control when it is in the state that is represented by this IXRVisualState.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetStoryboard(
IXRStoryboard** ppValue
) = 0;
Parameters
- ppValue
[out] Pointer to an IXRStoryboard pointer that defines the appearance of the control when it is in the state represented by this IXRVisualState.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
The animation storyboard in ppValue changes the appearance of the control. When the control enters the state specified in the x:Name of the visual state, the storyboard begins. When the control exits the state, the storyboard ends.
.NET Framework Equivalent
System.Windows.VisualState.Storyboard
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |