GameTimer.DrawOrder Property

Note

This property is available only when developing for Windows Phone.

Gets or sets the sort order of draw actions for this instance.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

Syntax

public int DrawOrder { get; set; }

Property Value

The draw action sort order.

Remarks

DrawOrder indicates the order in which Draw events will be called in when more than one timer triggers the event at the same time. Events with lower DrawOrder values will occur before events with higher values.

See Also

Reference

GameTimer Class
GameTimer Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone