Android.Webkit.WebSettings.DisplayZoomControls Property
Gets whether the WebView displays on-screen zoom controls when using the built-in zoom mechanisms.

Syntax

[get: Android.Runtime.Register("getDisplayZoomControls", "()Z", "GetGetDisplayZoomControlsHandler")]
[set: Android.Runtime.Register("setDisplayZoomControls", "(Z)V", "GetSetDisplayZoomControls_ZHandler")]
public virtual bool DisplayZoomControls { get; set; }

See Also

WebSettings.DisplayZoomControls

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets whether the WebView displays on-screen zoom controls when using the built-in zoom mechanisms.

Set method documentation [Android Documentation]

Sets whether the WebView should display on-screen zoom controls when using the built-in zoom mechanisms. See WebSettings.BuiltInZoomControls. The default is true.

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11