CarouselPanel.AddAnimation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add an animation to the current storyboard
public static void AddAnimation (Windows.UI.Xaml.Media.Animation.Storyboard storyboard, Windows.UI.Xaml.DependencyObject element, int duration, double toValue, string propertyPath, Windows.UI.Xaml.Media.Animation.EasingFunctionBase easingFunction = default);
static member AddAnimation : Windows.UI.Xaml.Media.Animation.Storyboard * Windows.UI.Xaml.DependencyObject * int * double * string * Windows.UI.Xaml.Media.Animation.EasingFunctionBase -> unit
Public Shared Sub AddAnimation (storyboard As Storyboard, element As DependencyObject, duration As Integer, toValue As Double, propertyPath As String, Optional easingFunction As EasingFunctionBase = Nothing)
Parameters
- storyboard
- Windows.UI.Xaml.Media.Animation.Storyboard
- element
- Windows.UI.Xaml.DependencyObject
- duration
- Int32
- toValue
- Double
- propertyPath
- String
- easingFunction
- Windows.UI.Xaml.Media.Animation.EasingFunctionBase