Sdílet prostřednictvím


WebView.SetDisplayZoomControls Metoda

Definice

Přetížení

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>

Parametry

config
IPlatformElementConfiguration<Android,WebView>

Konfigurace platformy pro prvek, na kterém se má operace provést.

value
System.Boolean

Návraty

Platí pro

SetDisplayZoomControls(WebView, Boolean)

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

Parametry

element
WebView

Prvek, na kterém se má operace provést.

value
System.Boolean

Platí pro