共用方式為


WebView.SetDisplayZoomControls 方法

定義

多載

SetDisplayZoomControls(IPlatformElementConfiguration<Android,WebView>, Boolean)
SetDisplayZoomControls(WebView, Boolean)

SetDisplayZoomControls(IPlatformElementConfiguration<Android,WebView>, Boolean)

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.WebView> SetDisplayZoomControls (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.WebView> config, bool value);
static member SetDisplayZoomControls : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.WebView> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.WebView>

參數

config
IPlatformElementConfiguration<Android,WebView>

要在其上執行作業的項目平台組態。

value
System.Boolean

傳回

適用於

SetDisplayZoomControls(WebView, Boolean)

public static void SetDisplayZoomControls (Xamarin.Forms.WebView element, bool value);
static member SetDisplayZoomControls : Xamarin.Forms.WebView * bool -> unit

參數

element
WebView

要對其執行作業的項目。

value
System.Boolean

適用於