Share via


ItemCollectionTransition.HasStarted Property

Definition

Gets a value that indicates whether or not an ItemCollectionTransitionProvider-derived class has started animations for this transition.

public:
 property bool HasStarted { bool get(); };
bool HasStarted();
public bool HasStarted { get; }
var boolean = itemCollectionTransition.hasStarted;
Public ReadOnly Property HasStarted As Boolean

Property Value

Boolean

bool

true if an ItemCollectionTransitionProvider-derived class has started animations for this transition; otherwise, false.

Applies to