Click or drag to resize
CanvasTimingInformation Structure
Contains information about a CanvasAnimatedControl's timer.

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

The CanvasTimingInformation type exposes the following members.

Fields
  NameDescription
Public fieldElapsedTime
Represents the amount of time, in ticks, since the last update.
Public fieldIsRunningSlowly
In fixed timing mode, indicates that each iteration of the game loop is taking longer than TargetElapsedTime to complete.
Public fieldTotalTime
Represents the elapsed time, in ticks, for which this control has ever been running.
Public fieldUpdateCount
The number of times the update event has been raised.
Top
See Also