ScrollingZoomAnimationStartingEventArgs.EndZoomFactor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.