UIKit.WillEndDraggingEventArgs.TargetContentOffset Property
The expected offset when the scrolling action decelerates to a stop.

Syntax

public CoreGraphics.CGPoint TargetContentOffset { get; set; }

See Also

UIScrollView.DecelerationRateNormal
UIScrollView.DecelerationRateFast
UIScrollView.DecelerationStarted
UIScrollView.DecelerationEnded
UIScrollView.Decelerating

Value

The System.Drawing.PointF that will be assigned to the UIKit.UIScrollView's UIScrollView.ContentOffset at the end of deceleration.

Remarks

When the application user lifts their finger after a dragging gesture, the UIKit.UIScrollView will typically continue to scroll as it decelerates. The value of this property is the System.Drawing.PointF that will be assigned to the UIKit.UIScrollView's UIScrollView.ContentOffset at the end of deceleration if no intervening events (e.g., another drag) occur and if the application developer does not programmatically assign the UIScrollView.ContentOffset. This value incorporates any bouncing/rebounding that may occur during the animation.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0