ScrollingZoomAnimationStartingEventArgs.CenterPoint 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 center point for the zoom factor change.
public:
property float2 CenterPoint { float2 get(); };
float2 CenterPoint();
public Vector2 CenterPoint { get; }
var vector2 = scrollingZoomAnimationStartingEventArgs.centerPoint;
Public ReadOnly Property CenterPoint As Vector2
Property Value
The center point for the zoom factor change.