WebSettings.BuiltInZoomControls Property

Definition

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

public abstract bool BuiltInZoomControls { [Android.Runtime.Register("getBuiltInZoomControls", "()Z", "GetGetBuiltInZoomControlsHandler")] get; [Android.Runtime.Register("setBuiltInZoomControls", "(Z)V", "GetSetBuiltInZoomControls_ZHandler")] set; }
[<get: Android.Runtime.Register("getBuiltInZoomControls", "()Z", "GetGetBuiltInZoomControlsHandler")>]
[<set: Android.Runtime.Register("setBuiltInZoomControls", "(Z)V", "GetSetBuiltInZoomControls_ZHandler")>]
member this.BuiltInZoomControls : bool with get, set

Property Value

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also