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