Silverlight SDK for Microsoft Bing
SetTargetName Method (timeline, targetName, propertyName)
OverviewSystem.WindowsAnimationSetTargetName(Timeline, String, String)
Sets the the target element for a timeline object by name
Declaration Syntax
C#Visual BasicVisual C++
public static void SetTargetName(
	Timeline timeline,
	string targetName,
	string propertyName
)
Public Shared Sub SetTargetName ( _
	timeline As Timeline, _
	targetName As String, _
	propertyName As String _
)
public:
static void SetTargetName(
	Timeline^ timeline, 
	String^ targetName, 
	String^ propertyName
)
Parameters
timeline (Timeline)
The timeline instance
targetName (String)
The target name of the Dependency object for the target
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)