Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 815 Bytes

scrollviewer_zoomtofactor_634053988.md

File metadata and controls

28 lines (18 loc) · 815 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.ScrollViewer.ZoomToFactor(System.Single)
winrt method

Windows.UI.Xaml.Controls.ScrollViewer.ZoomToFactor

-description

Note

ZoomToFactor may be altered or unavailable for releases after Windows 8.1. Instead, use ChangeView.

Sets the effective value of ZoomFactor.

-parameters

-param factor

The zoom factor to set. The factors are based on a norm of 1.0, which represents no zoom applied. The values you can set are also influenced by current values for MinZoomFactor and MaxZoomFactor.

-remarks

-examples

-see-also