Share via


CAEAGLLayer.PresentsWithTransaction Property

Definition

Gets or sets a Boolean value that controls whether the layer is presented synchronously or asynchronously. true indicates synchronous presentation. Default is false

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

Property Value

Attributes

Applies to