Click or drag to resize
CanvasAnimatedControlPaused Property
Indicates whether the control's game loop is paused.

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

Property Value

Type: Boolean

Implements

ICanvasAnimatedControlPaused
Remarks

This property can be accessed from any thread.

See Also