UIWebView.SuppressesIncrementalRendering Property

Definition

If true, the UIWebView may render content prior to being fully loaded in memory.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool SuppressesIncrementalRendering { [Foundation.Export("suppressesIncrementalRendering")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setSuppressesIncrementalRendering:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.SuppressesIncrementalRendering : bool with get, set

Property Value

Attributes

Applies to