ItemCollectionTransition Class
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.
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
- Attributes
Properties
HasStarted |
Gets a value that indicates whether or not an |
NewBounds |
Gets the visual bounds for the element after the move, in the case of a |
OldBounds |
Gets the visual bounds for the element prior to the move, in the case of a |
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 |