WebView.SetDisplayZoomControls Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
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