WebView.SetEnableZoomControls 方法

定義

多載

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

SetEnableZoomControls(IPlatformElementConfiguration<Android,WebView>, Boolean)

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.WebView> SetEnableZoomControls (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.WebView> config, bool value);
static member SetEnableZoomControls : 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

傳回

適用於

SetEnableZoomControls(WebView, Boolean)

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

參數

element
WebView

要對其執行作業的項目。

value
System.Boolean

適用於