ReorderGridAnimation.SetDuration(DependencyObject, Double) Method

Definition

Sets a value for the duration, in milliseconds, the animation should take.

public static void SetDuration (Windows.UI.Xaml.DependencyObject obj, double value);
static member SetDuration : Windows.UI.Xaml.DependencyObject * double -> unit
Public Shared Sub SetDuration (obj As DependencyObject, value As Double)

Parameters

obj
Windows.UI.Xaml.DependencyObject

the object to set the value on.

value
Double

The duration in milliseonds.

Applies to