Sets the the target element for a timeline object

C# | Visual Basic | Visual 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 )

- timeline (Timeline)
- The timeline instance
- target (DependencyObject)
- The target for the timeline
- propertyName (String)
- The target property name for the timeline