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 public bool IsRunningSlowly
Field Value
Type:
BooleanRemarks
If IsFixedTimeStep is set to false then IsRunningSlowly will always be
false.
See Also