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 对象没有影响。

适用于

另请参阅