ItemCollectionTransitionProgress 類別

定義

表示與轉換相關聯的協助程式對象,這個物件提供方法來通知轉換的動畫已完成。

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

屬性

Element

UIElement取得要產生動畫效果的 。

Transition

ItemCollectionTransition取得動畫正在進行中的 。

方法

Complete()

在擁有相關聯ItemCollectionTransition的 上ItemCollectionTransitionProvider引發 TransitionCompleted 事件。

適用於