Share via


ScrollingZoomAnimationStartingEventArgs.StartZoomFactor Property

Definition

Gets the content scale at the start of the animation.

public:
 property float StartZoomFactor { float get(); };
float StartZoomFactor();
public float StartZoomFactor { get; }
var single = scrollingZoomAnimationStartingEventArgs.startZoomFactor;
Public ReadOnly Property StartZoomFactor As Single

Property Value

Single

float

The content scale at the start of the animation.

Applies to