ItemsReorderAnimation Class

Definition

Provides the ability to assign a reorder animation to a Windows.UI.Xaml.Controls.ListViewBase.

public static class ItemsReorderAnimation
type ItemsReorderAnimation = class
Public Class ItemsReorderAnimation
Inheritance
ItemsReorderAnimation

Fields

DurationProperty

Identifies the attached "Duration" Windows.UI.Xaml.DependencyProperty.

Attached Properties

Duration

Methods

GetDuration(ListViewBase)

Gets the value of the DurationProperty property.

SetDuration(ListViewBase, TimeSpan)

Sets a value for the duration, in milliseconds, the animation should take.

Applies to