WriteableBitmapRenderer::RenderOptions Property
Controls what rendering options are used when scheduling the rendering chain. Use this to force CPU or GPU only rendering.
The default value is RenderOptions.Mixed.
Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: virtual property RenderOptions RenderOptions { RenderOptions get () sealed; void set (RenderOptions value) sealed; }
Property Value
Type: RenderOptions
Show: