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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.