Android.Widget.Scroller.FinalY Property
Returns where the scroll will end.

Syntax

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

See Also

Scroller.ExtendDuration(int)
Scroller.FinalX

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

Sets the final position (Y) for this scroller.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1