MTKView.EnableSetNeedsDisplay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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