ItemCollectionTransition クラス

定義

視覚的にアニメーション化する 1 つの切り替えを表します。

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
継承
Object Platform::Object IInspectable ItemCollectionTransition
属性

プロパティ

HasStarted

派生クラスがこの遷移のアニメーションを ItemCollectionTransitionProvider開始したかどうかを示す値を取得します。

NewBounds

操作の場合は、移動後の要素のビジュアル境界を Move 取得します。

OldBounds

操作の場合は、移動前の要素のビジュアル境界を Move 取得します。

Operation

アニメーション化されている操作を取得します。

Triggers

コレクション遷移アニメーションの発生の原因を示す値のビットごとの組み合わせを取得します。

メソッド

Start()

この切り ItemCollectionTransitionProvider 替えがアニメーション化されることを に通知します。

適用対象