Scroller.FinalY Property

Definition

Returns where the scroll will end. -or- Sets the final position (Y) for this scroller.

public int FinalY { [Android.Runtime.Register("getFinalY", "()I", "")] get; [Android.Runtime.Register("setFinalY", "(I)V", "GetSetFinalY_IHandler")] set; }
[<get: Android.Runtime.Register("getFinalY", "()I", "")>]
[<set: Android.Runtime.Register("setFinalY", "(I)V", "GetSetFinalY_IHandler")>]
member this.FinalY : int with get, set

Property Value

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

Attributes

Remarks

Property getter documentation:

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

Java documentation for android.widget.Scroller.getFinalY().

Property setter documentation:

Sets the final position (Y) for this scroller.

Java documentation for android.widget.Scroller.setFinalY(int).

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

See also