Click or drag to resize
StoryboardGetTargetProperty Method
Gets the value of the Storyboard.TargetProperty XAML attached property from a target element.

Namespace: Windows.UI.Xaml.Media.Animation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
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: PropertyPath
The Storyboard.TargetProperty value of the target element.
See Also