CanvasVirtualControlForceSoftwareRenderer 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 public bool ForceSoftwareRenderer { get; set; }
Property Value
Type:
BooleanRemarks
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