UIScrollView.SetZoomScale(nfloat, 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.
Sets the scale of the UIScrollView object's contents. (See ZoomScale)
[Foundation.Export("setZoomScale:animated:")]
public virtual void SetZoomScale (nfloat scale, bool animated);
abstract member SetZoomScale : nfloat * bool -> unit
override this.SetZoomScale : nfloat * bool -> unit
Parameters
- scale
- nfloat
The amount to scale the .
- animated
- Boolean
- Attributes