StoryboardGetTargetProperty Method |
Gets the value of the Storyboard.TargetProperty XAML attached property from
a target element.
Namespace: Windows.UI.Xaml.Media.AnimationAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public static PropertyPath GetTargetProperty(
Timeline element
)
Parameters
- element
- Type: Windows.UI.Xaml.Media.AnimationTimeline
The target element from which to get the value.
Return Value
Type:
PropertyPathThe Storyboard.TargetProperty value of the target element.
See Also