LinedFlowLayoutItemCollectionTransitionProvider クラス

定義

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
継承
Object IInspectable ItemCollectionTransitionProvider LinedFlowLayoutItemCollectionTransitionProvider
属性

コンストラクター

LinedFlowLayoutItemCollectionTransitionProvider()

LinedFlowLayoutItemCollectionTransitionProvider クラスの新しいインスタンスを初期化します。

メソッド

QueueTransition(ItemCollectionTransition)

StartTransitions の呼び出しによって開始される遷移アニメーションを準備します。

(継承元 ItemCollectionTransitionProvider)
ShouldAnimate(ItemCollectionTransition)

この切り替えをアニメーション化するかどうかを示す値を取得します。

(継承元 ItemCollectionTransitionProvider)
ShouldAnimateCore(ItemCollectionTransition)

ShouldAnimate の呼び出しの動作を提供します。 この切り替えをアニメーション化するかどうかを示す値を取得します。

(継承元 ItemCollectionTransitionProvider)
StartTransitions(IVector<ItemCollectionTransition>)

キューに登録された遷移アニメーションを開始します。

(継承元 ItemCollectionTransitionProvider)

イベント

TransitionCompleted

ItemCollectionTransitionProgress.Complete メソッドが呼び出され、特定UIElementの遷移が完了したことを示す場合に発生します。

(継承元 ItemCollectionTransitionProvider)

適用対象