Share via


ScrollingZoomAnimationStartingEventArgs.CenterPoint Property

Definition

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

Vector2 Vector2

float2

The center point for the zoom factor change.

Applies to