Edit

Share via


AnimationSet.AddStoryboardAnimation(String, Timeline) Method

Definition

Adds a storyboard animation to be run

public void AddStoryboardAnimation (string propertyPath, Windows.UI.Xaml.Media.Animation.Timeline timeline);
member this.AddStoryboardAnimation : string * Windows.UI.Xaml.Media.Animation.Timeline -> unit
Public Sub AddStoryboardAnimation (propertyPath As String, timeline As Timeline)

Parameters

propertyPath
String

The property to be animated with Storyboards

timeline
Windows.UI.Xaml.Media.Animation.Timeline

The timeline object to be added to storyboard

Applies to