次の方法で共有


AnimationDescription.ZOrder プロパティ

定義

同じアニメーション効果の他の AnimationDescription オブジェクトに対する AnimationDescription オブジェクトの z オーダー位置を取得します。   z オーダーのカバー遷移が大きい AnimationDescription オブジェクトは、z オーダーが低くなります。

public:
 property int ZOrder { int get(); };
int ZOrder();
public int ZOrder { get; }
var int32 = animationDescription.zOrder;
Public ReadOnly Property ZOrder As Integer

プロパティ値

Int32

int

z オーダー値。

注釈

z オーダー値は、同じ全体的なアニメーション内で AnimationDescription オブジェクトを配置する場合にのみ使用されます。 異なる画面切り替えの AnimationDescription オブジェクトには影響しません。

適用対象

こちらもご覧ください