Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 740 Bytes

scrollviewer_minzoomfactor.md

File metadata and controls

32 lines (20 loc) · 740 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ScrollViewer.MinZoomFactor
winrt property

Windows.UI.Xaml.Controls.ScrollViewer.MinZoomFactor

-description

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

-xaml-syntax

<ScrollViewer MinZoomFactor="single" />

-property-value

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.

-examples

-see-also