Edit

Share via


ItemsReorderAnimation.SetDuration(ListViewBase, TimeSpan) Method

Definition

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.

Applies to