CanvasDevice.ForceSoftwareRenderer 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
Syntaxpublic bool ForceSoftwareRenderer { get; }
Property Value
Type:
Boolean
Remarks
CanvasDevices created using native interop will always have this
property set to false.
See Also