Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 610 Bytes

scrollpresenter_zoomfactor.md

File metadata and controls

29 lines (16 loc) · 610 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomFactor
winrt property

Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomFactor

-description

Gets a value that indicates the amount of scaling currently applied to content.

-property-value

The amount of scaling currently applied to content. The default is 1.0, where 1.0 indicates no additional scaling.

-remarks

To change the value of this property at run-time or for initialization, use the ZoomBy or ZoomTo methods.

-see-also

-examples