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