다음을 통해 공유


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

적용 대상