ScrollViewer.ZoomToFactor method

Expand Minimize
This topic has not yet been rated - Rate this topic

Sets the effective value of ZoomFactor.

Syntax


public void ZoomToFactor(
  float factor
)

Parameters

factor

Type: System.Single [.NET] | float32 [C++]

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ScrollViewer

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.