ZoomButtonsController.SetZoomInEnabled(Boolean) Method

Definition

Whether to enable the zoom in control.

[Android.Runtime.Register("setZoomInEnabled", "(Z)V", "GetSetZoomInEnabled_ZHandler")]
public virtual void SetZoomInEnabled (bool enabled);
[<Android.Runtime.Register("setZoomInEnabled", "(Z)V", "GetSetZoomInEnabled_ZHandler")>]
abstract member SetZoomInEnabled : bool -> unit
override this.SetZoomInEnabled : bool -> unit

Parameters

enabled
Boolean

Whether to enable the zoom in control.

Attributes

Remarks

Whether to enable the zoom in control.

Java documentation for android.widget.ZoomButtonsController.setZoomInEnabled(boolean).

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