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

屬性值

屬性

適用於