Click or drag to resize
CanvasAnimatedControlHasGameLoopThreadAccess 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

ICanvasAnimatedControlHasGameLoopThreadAccess
See Also