Share via


ScrollingScrollAnimationStartingEventArgs.EndPosition Property

Definition

Gets the position of the content at the end of the animation.

public:
 property float2 EndPosition { float2 get(); };
float2 EndPosition();
public Vector2 EndPosition { get; }
var vector2 = scrollingScrollAnimationStartingEventArgs.endPosition;
Public ReadOnly Property EndPosition As Vector2

Property Value

Vector2 Vector2

float2

The position of the content at the end of the animation.

Applies to