ReorderGridAnimation.GetDuration(DependencyObject) 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.
Gets a value indicating the duration, in milliseconds, the animation should take.
public static double GetDuration (Windows.UI.Xaml.DependencyObject obj);
static member GetDuration : Windows.UI.Xaml.DependencyObject -> double
Public Shared Function GetDuration (obj As DependencyObject) As Double
Parameters
- obj
- Windows.UI.Xaml.DependencyObject
The object to get the value from.
Returns
A value indicating the duration for the animation.