UIScrollView.MinimumZoomScale Property
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.
The value of the minimum scale factor that can be applied to the content view.
public virtual nfloat MinimumZoomScale { [Foundation.Export("minimumZoomScale")] get; [Foundation.Export("setMinimumZoomScale:")] set; }
member this.MinimumZoomScale : nfloat with get, set
Property Value
The default value is 1.0f
- Attributes
Remarks
This value should be smaller than the value of MaximumZoomScale.
If this and MaximumZoomScale are left at their default values of 1.0, zooming will not appear to work, as the zoom will be constrained to that single value.