Freigeben über


ControlStoryboardAction.Storyboard Property

Gets or sets the targeted Storyboard. This is a dependency property.

Namespace:  Microsoft.Xaml.Interactions.Media
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public Property Storyboard As Storyboard
public Storyboard Storyboard { get; set; }
public:
property Storyboard^ Storyboard {
    Storyboard^ get ();
    void set (Storyboard^ value);
}
member Storyboard : Storyboard with get, set
function get Storyboard () : Storyboard 
function set Storyboard (value : Storyboard)

Property Value

Type: Storyboard
The targeted Storyboard.

.NET Framework Security

See Also

Reference

ControlStoryboardAction Class

Microsoft.Xaml.Interactions.Media Namespace