ZoomButtonsController.SetZoomInEnabled(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.