Share via


UIWebView.SuppressesIncrementalRendering 属性

定义

如果为 true,UIWebView 可能会在完全加载到内存中之前呈现内容。

[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

属性值

属性

适用于