Click or drag to resize
CanvasAnimatedControlReadyToDraw Property
Gets whether the control is in a state where it is ready to draw.

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

Property Value

Type: Boolean

Implements

ICanvasAnimatedControlReadyToDraw
Remarks

This control is ready to draw when a device has been created and all CreateResources event handlers have completed successfully.

This property may only be accessed from XAML's UI thread.

See Also