ScrollingScrollAnimationStartingEventArgs.StartPosition 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 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
The position of the content at the start of the animation.