C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml.Media.Animation
Storyboard Class
Storyboard Methods
GetTargetName Method
GetTargetProperty Method
SetTarget Method
SetTargetName Method
SetTargetProperty Method
Stop Method
Storyboard
SetTarget Method
Causes the specified Timeline to target the specified object.
Namespace:
Windows.UI.Xaml.Media.Animation
Assembly:
CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
static
void
SetTarget
(
Timeline
timeline
,
DependencyObject
target
)
Parameters
timeline
Type:
Windows.UI.Xaml.Media.Animation
Timeline
The timeline that targets the specified dependency object.
target
Type:
Windows.UI.Xaml
DependencyObject
The actual instance of the object to target.
See Also
Reference
Storyboard Class
Windows.UI.Xaml.Media.Animation Namespace