Share via


ScrollingScrollAnimationStartingEventArgs.StartPosition Property

Definition

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

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

Property Value

Vector2 Vector2

float2

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

Applies to