Share via


SKView.Asynchronous Property

Definition

Gets or sets whether the view is rendered asynchronously.

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

Property Value

Attributes

Applies to