| CanvasControlUseSharedDevice Property | 
Namespace: Microsoft.Graphics.Canvas.UI.Xaml
 Syntax
Syntax Remarks
RemarksThis property is set to true by default.
Modifying this option will cause re-creation of the control's device, if it already has one.
If this property is set to true, the control will get its devices from CanvasDevice.GetSharedDevice(Boolean).
 See Also
See Also