AnimationDescription.ZOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.