ICanvasAnimatedControl.Paused 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
Syntaxbool Paused { get; set; }
Property Value
Type:
Boolean
Remarks
This property can be accessed from any thread.
See Also