ItemsReorderAnimation.GetDuration(ListViewBase) 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 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.