AnimationDescription.ZOrder Property

Definition

Gets the z-order position of an AnimationDescription object relative to other AnimationDescription objects in the same animation effect.   AnimationDescription objects with a higher z-order cover transitions with a lower z-order.

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

Property Value

Int32

int

The z-order value.

Remarks

The z-order value is used only for arranging AnimationDescription objects within the same overall animation. It has no effect on AnimationDescription objects from different transitions.

Applies to

See also