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