Click or drag to resize
CanvasControlForceSoftwareRenderer Property
Gets or sets the whether the devices that this control creates will be forced to software rendering.

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

Property Value

Type: Boolean
Remarks

This property is set to false by default.

Modifying this option will cause re-creation of the control's device, if it already has one.

See Also