WebView.SetEnableZoomControls Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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>
Parameters
The platform configuration for the element on which to perform the operation.
- value
- System.Boolean
Returns
Applies to
SetEnableZoomControls(WebView, Boolean)
public static void SetEnableZoomControls (Xamarin.Forms.WebView element, bool value);
static member SetEnableZoomControls : Xamarin.Forms.WebView * bool -> unit
Parameters
- element
- WebView
The element on which to perform the operation.
- value
- System.Boolean