Click or drag to resize
CanvasTimingInformationIsRunningSlowly Field
In fixed timing mode, indicates that each iteration of the game loop is taking longer than TargetElapsedTime to complete.

Namespace:  Microsoft.Graphics.Canvas.UI
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public bool IsRunningSlowly

Field Value

Type: Boolean
Remarks
If IsFixedTimeStep is set to false then IsRunningSlowly will always be false.
See Also