Silverlight SDK for Microsoft Bing
SetTarget Method (timeline, target, propertyName)
OverviewSystem.WindowsAnimationSetTarget(Timeline, DependencyObject, String)
Sets the the target element for a timeline object
Declaration Syntax
C#Visual BasicVisual C++
public static void SetTarget(
	Timeline timeline,
	DependencyObject target,
	string propertyName
)
Public Shared Sub SetTarget ( _
	timeline As Timeline, _
	target As DependencyObject, _
	propertyName As String _
)
public:
static void SetTarget(
	Timeline^ timeline, 
	DependencyObject^ target, 
	String^ propertyName
)
Parameters
timeline (Timeline)
The timeline instance
target (DependencyObject)
The target for the timeline
propertyName (String)
The target property name for the timeline

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)