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

Property Value

Type: Boolean
Remarks

This property can be accessed from any thread.

See Also