Click or drag to resize
StoryboardSetTargetProperty Method
Sets the value of the Storyboard.TargetProperty XAML attached property for a target element.

Namespace: Windows.UI.Xaml.Media.Animation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static void SetTargetProperty(
	Timeline element,
	PropertyPath value
)

Parameters

element
Type: Windows.UI.Xaml.Media.AnimationTimeline
The target element for which to set the value.
value
Type: Windows.UI.XamlPropertyPath

[Missing <param name="value"/> documentation for "M:Windows.UI.Xaml.Media.Animation.Storyboard.SetTargetProperty(Windows.UI.Xaml.Media.Animation.Timeline,Windows.UI.Xaml.PropertyPath)"]

See Also