Storyboard::GetTargetProperty Method (DependencyObject^)

 

Retrieves the TargetProperty value of the specified Timeline.

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

public:
static PropertyPath^ GetTargetProperty(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

The dependency object from which to get the TargetProperty.

Return Value

Type: System.Windows::PropertyPath^

The property targeted by element.

This method gets the TargetProperty attached property on the specified object. For more information about how storyboard targeting works, see TargetProperty attached property. For more information about how attached properties work, see Attached Properties Overview.

Note that if the TargetProperty was set in markup, this method returns an empty PropertyPath because the property reference is resolved and stored internally when it is parsed.

.NET Framework
Available since 3.0
Return to top
Show: