Multithreaded Property (BitmapRenderer)
In This Topic
Gets or sets a value indicating whether the rendering engine uses multiple threads to boost performance.
Syntax
'Declaration
Public Property Multithreaded As System.Boolean
public System.bool Multithreaded {get; set;}
See Also