LinedFlowLayoutItemCollectionTransitionProvider 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 an object that provides transition animations specifically designed to look appealing when combined with LinedFlowLayout.
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LinedFlowLayoutItemCollectionTransitionProvider : ItemCollectionTransitionProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class LinedFlowLayoutItemCollectionTransitionProvider : ItemCollectionTransitionProvider
Public Class LinedFlowLayoutItemCollectionTransitionProvider
Inherits ItemCollectionTransitionProvider
- Inheritance
-
Object IInspectable ItemCollectionTransitionProvider LinedFlowLayoutItemCollectionTransitionProvider
- Attributes
Constructors
LinedFlowLayoutItemCollectionTransitionProvider() |
Initializes a new instance of the LinedFlowLayoutItemCollectionTransitionProvider class. |
Methods
QueueTransition(ItemCollectionTransition) |
Prepares a transition animation to be started by a call to StartTransitions. (Inherited from ItemCollectionTransitionProvider) |
ShouldAnimate(ItemCollectionTransition) |
Retrieves a value that indicates whether or not this transition should be animated. (Inherited from ItemCollectionTransitionProvider) |
ShouldAnimateCore(ItemCollectionTransition) |
Provides the behavior for calls to ShouldAnimate. Retrieves a value that indicates whether or not this transition should be animated. (Inherited from ItemCollectionTransitionProvider) |
StartTransitions(IVector<ItemCollectionTransition>) |
Starts the queued transition animations. (Inherited from ItemCollectionTransitionProvider) |
Events
TransitionCompleted |
Occurs when the ItemCollectionTransitionProgress.Complete method is called to indicate that a transition on a specific |