Click or drag to resize
StoryboardSetTarget 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#
public static void SetTarget(
	Timeline timeline,
	DependencyObject target
)

Parameters

timeline
Type: Windows.UI.Xaml.Media.AnimationTimeline
The timeline that targets the specified dependency object.
target
Type: Windows.UI.XamlDependencyObject
The actual instance of the object to target.
See Also