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

Syntax

[get: Android.Runtime.Register("getFinalX", "()I", "GetGetFinalXHandler")]
[set: Android.Runtime.Register("setFinalX", "(I)V", "GetSetFinalX_IHandler")]
public int FinalX { get; set; }

See Also

Scroller.ExtendDuration(int)
Scroller.FinalY

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 (X) 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