Click or drag to resize
CanvasAnimatedControl.HasGameLoopThreadAccess Property
Gets whether the current thread is the game loop thread.

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

Property Value

Type: Boolean

Implements

ICanvasAnimatedControl.HasGameLoopThreadAccess
See Also