Click or drag to resize
CanvasDeviceForceSoftwareRenderer Property
Gets the value of the forceSoftwareRendering parameter that was specified when this device was created.

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

Property Value

Type: Boolean
Remarks
CanvasDevices created using native interop will always have this property set to false.
See Also