Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Permalink
docs
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.Storyboard.TargetProperty
winrt attachedproperty

Windows.UI.Xaml.Media.Animation.Storyboard.TargetProperty

-description

Gets or sets the property that should be animated.

-remarks

Storyboard.TargetProperty targets a particular property of the element specified by Storyboard.TargetName. The value you provide for Storyboard.TargetProperty involves a concept known as a property path. For more information on how to specify a property path for an animation, see Remarks in SetTargetProperty or the Property-path syntax topic.

-see-also

XAML attached properties

-examples