Click or drag to resize
ICanvasAnimatedControlIsFixedTimeStep Property
Indicates whether the game loop is running in fixed or variable timing mode.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
bool IsFixedTimeStep { get; set; }

Property Value

Type: Boolean
Remarks

See the remarks section of ICanvasAnimatedControl for more details on the different timing modes.

This property can be accessed from any thread.

See Also