StoryboardGetTargetName Method |
Gets the value of the Storyboard.TargetName 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 string GetTargetName(
Timeline element
)
Parameters
- element
- Type: Windows.UI.Xaml.Media.AnimationTimeline
The target element from which to get the value.
Return Value
Type:
StringThe Storyboard.TargetName value of the target element.
See Also