Android.Webkit.WebSettings.BuiltInZoomControls Property
Gets whether the zoom mechanisms built into WebView are being used.

Syntax

[get: Android.Runtime.Register("getBuiltInZoomControls", "()Z", "GetGetBuiltInZoomControlsHandler")]
[set: Android.Runtime.Register("setBuiltInZoomControls", "(Z)V", "GetSetBuiltInZoomControls_ZHandler")]
public virtual bool BuiltInZoomControls { get; set; }

See Also

WebSettings.BuiltInZoomControls

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets whether the zoom mechanisms built into WebView are being used.

Set method documentation [Android Documentation]

Sets whether the WebView should use its built-in zoom mechanisms. The built-in zoom mechanisms comprise on-screen zoom controls, which are displayed over the WebView's content, and the use of a pinch gesture to control zooming. Whether or not these on-screen controls are displayed can be set with WebSettings.DisplayZoomControls. The default is false. The built-in mechanisms are the only currently supported zoom mechanisms, so it is recommended that this setting is always enabled.

Requirements

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