OverScroller.FinalX Property

Definition

Returns where the scroll will end.

public int FinalX { [Android.Runtime.Register("getFinalX", "()I", "")] get; }
[<get: Android.Runtime.Register("getFinalX", "()I", "")>]
member this.FinalX : int

Property Value

The final X offset as an absolute distance from the origin.

Attributes

Remarks

Returns where the scroll will end. Valid only for "fling" scrolls.

Java documentation for android.widget.OverScroller.getFinalX().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to