LinedFlowLayoutItemCollectionTransitionProvider クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 メソッドが呼び出され、特定 |