Storyboard.GetTargetProperty Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the TargetProperty of the specified Timeline object.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- element
- Type: System.Windows.Media.Animation.Timeline
The Timeline object to get the target property from.
Return Value
Type: System.Windows.PropertyPathThe property path information for the animated property.
| Exception | Condition |
|---|---|
| ArgumentNullException | element is null. |
Show: