ItemCollectionTransition Class

Definition

Represents a single transition to be visually animated.

public ref class ItemCollectionTransition sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ItemCollectionTransition final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ItemCollectionTransition
Public NotInheritable Class ItemCollectionTransition
Inheritance
Object Platform::Object IInspectable ItemCollectionTransition
Attributes

Properties

HasStarted

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

NewBounds

Gets the visual bounds for the element after the move, in the case of a Move operation.

OldBounds

Gets the visual bounds for the element prior to the move, in the case of a Move operation.

Operation

Gets the operation that is being animated.

Triggers

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

Methods

Start()

Notifies the ItemCollectionTransitionProvider that this transition will be animated.

Applies to