Storyboard::GetTargetProperty Method (DependencyObject^)
.NET Framework (current version)
Retrieves the TargetProperty value of the specified Timeline.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The dependency object from which to get the TargetProperty.
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
Available since 3.0
Show: