Contents

allowsConcurrentViewDrawing

A Boolean value that indicates whether the window allows multithreaded view drawing.

Declaration

var allowsConcurrentViewDrawing: Bool { get set }

Discussion

The value of this property is true if the window allows multithreaded view drawing; otherwise, false. The default value is true.

See Also

Drawing Windows