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.
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
- 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.