Edit

Share via


ItemsReorderAnimation.GetDuration(ListViewBase) Method

Definition

Gets the value of the DurationProperty property.

public static TimeSpan GetDuration (Windows.UI.Xaml.Controls.ListViewBase listView);
static member GetDuration : Windows.UI.Xaml.Controls.ListViewBase -> TimeSpan
Public Shared Function GetDuration (listView As ListViewBase) As TimeSpan

Parameters

listView
Windows.UI.Xaml.Controls.ListViewBase

The Windows.UI.Xaml.Controls.ListViewBase to get the value for.

Returns

The retrieved TimeSpan value.

Applies to