ItemsReorderAnimation.SetDuration(ListViewBase, TimeSpan) 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.Controls.ListViewBase listView, TimeSpan value);
static member SetDuration : Windows.UI.Xaml.Controls.ListViewBase * TimeSpan -> unit
Public Shared Sub SetDuration (listView As ListViewBase, value As TimeSpan)
Parameters
- listView
- Windows.UI.Xaml.Controls.ListViewBase
the object to set the value on.
- value
- TimeSpan
The duration.