ScrollingZoomAnimationStartingEventArgs.StartZoomFactor 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 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.