| CanvasControlReadyToDraw 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
Syntaxpublic bool ReadyToDraw { get; }Property Value
Type: 
Boolean Remarks
Remarks
        This control is ready to draw when a device has been created and all
        CreateResources event handlers have completed successfully.
      
 See Also
See Also