Sprite.ZOrder Property
Animation Studio Reference

Sprite.ZOrder Property

Gets or sets the Zorder of the sprite. You can assign any integer value where higher values mean that the sprite is placed in the foreground. This property is overriden, when used in keyframes of the Timeline.

[Visual Basic]
Public Property ZOrder As Integer
[C#]
public int ZOrder {get; set;}

See Also

Sprite Class | AnimationStudio Namespace