Freigeben über


ControlStoryboardAction.ControlStoryboardOption Property

Gets or sets the action to execute on the Storyboard. This is a dependency property.

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

Syntax

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

Property Value

Type: Microsoft.Xaml.Interactions.Media.ControlStoryboardOption
The action to execute on the Storyboard.

.NET Framework Security

See Also

Reference

ControlStoryboardAction Class

Microsoft.Xaml.Interactions.Media Namespace