MTKView.EnableSetNeedsDisplay Property

Definition

Gets or sets a Boolean value that controls whether the view will respect SetNeedsDisplay() regarding whether to pause its internal draw loop when the view is paused.

public virtual bool EnableSetNeedsDisplay { [Foundation.Export("enableSetNeedsDisplay")] get; [Foundation.Export("setEnableSetNeedsDisplay:")] set; }
member this.EnableSetNeedsDisplay : bool with get, set

Property Value

Attributes

Applies to