Share via


ItemCollectionTransition.Triggers Property

Definition

Gets a bitwise combination of values that indicates what caused the collection transition animation to occur.

public:
 property ItemCollectionTransitionTriggers Triggers { ItemCollectionTransitionTriggers get(); };
ItemCollectionTransitionTriggers Triggers();
public ItemCollectionTransitionTriggers Triggers { get; }
var itemCollectionTransitionTriggers = itemCollectionTransition.triggers;
Public ReadOnly Property Triggers As ItemCollectionTransitionTriggers

Property Value

A bitwise combination of values that indicates what caused the collection transition animation to occur.

Applies to