Share via


CALayer.DrawsAsynchronously Property

Definition

Whether drawing commands are deferred and processed asynchronously on a background thread.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool DrawsAsynchronously { [Foundation.Export("drawsAsynchronously")] get; [Foundation.Export("setDrawsAsynchronously:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("drawsAsynchronously")>]
[<set: Foundation.Export("setDrawsAsynchronously:")>]
member this.DrawsAsynchronously : bool with get, set

Property Value

The default value is false.

Attributes

Applies to