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.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool PresentsWithTransaction { [Foundation.Export("presentsWithTransaction")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setPresentsWithTransaction:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.PresentsWithTransaction : bool with get, set

Property Value

Attributes

Applies to