Share via


ScrollingZoomAnimationStartingEventArgs.EndZoomFactor Property

Definition

Gets the content scale at the end of the animation.

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

Property Value

Single

float

The content scale at the end of the animation.

Applies to