Storyboard::GetTarget Method (DependencyObject^)

 

Retrieves the Target value of the specified Timeline.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
static DependencyObject^ GetTarget(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

The timeline from which to retrieve the TargetName.

Return Value

Type: System.Windows::DependencyObject^

The dependency object targeted by element.

Use the Target attached property with animation timelines to indicate the object that they target. For more information about how storyboard targeting works, see TargetName. For more information about how attached properties work, see Attached Properties Overview.

.NET Framework
Available since 3.0
Return to top
Show: