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