ScrollViewer.MinZoomFactor Property

Definition

Gets or sets a value that indicates the minimum permitted run-time value of ZoomFactor.

C#
public float MinZoomFactor { get; set; }
XAML
<ScrollViewer MinZoomFactor="single" />

Property Value

Single

The minimum permitted run-time value of ZoomFactor. The value must be greater than or equal to 0.1. The default is 0.1.

Remarks

The value for this property must be greater than or equal to 0.1; otherwise, an exception is thrown.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6