Click or drag to resize
CanvasVirtualControlReadyToDraw 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
Remarks
This control is ready to draw when a device has been created and all CreateResources event handlers have completed successfully.
See Also