Click or drag to resize
CanvasAnimatedControlIsFixedTimeStep 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#
public bool IsFixedTimeStep { get; set; }

Property Value

Type: Boolean

Implements

ICanvasAnimatedControlIsFixedTimeStep
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