Storyboard::SetTargetProperty Method (DependencyObject^, PropertyPath^)
.NET Framework (current version)
Makes the specified Timeline target the specified dependency property.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The Timeline with which to associate the specified dependency property.
- path
-
Type:
System.Windows::PropertyPath^
A path that describe the dependency property to be animated.
This method sets the TargetProperty attached property on the specified object. For more information about how storyboard targeting works, see TargetProperty. For more information about how attached properties work, see Attached Properties Overview.
.NET Framework
Available since 3.0
Available since 3.0
Show: