ReorderGridAnimation.SetDuration(DependencyObject, Double) 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.
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.